Browse Source

Improve the instructions slightly

pull/269/head
Arya K 4 years ago
committed by GitHub
parent
commit
039f384f88
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      README.md

5
README.md

@ -62,8 +62,11 @@ $ docker run -d \
weejewel/wg-easy
</pre>
If you don't want to use docker, then add the sysctl tweaks listed above, and install wireguard, nodejs and npm from your package manager. After that, run the following
If you don't want to use docker, then install wireguard, nodejs and npm from your package manager and then, run the following
<pre>
echo net.ipv4.ip_forward=1 >> /etc/sysctl.conf
echo net.ipv4.conf.all.src_valid_mark=1 >> /etc/sysctl.conf
sysctl -p
git clone https://github.com/WeeJeWel/wg-easy
cd wg-easy
mv src /app

Loading…
Cancel
Save