Browse Source

Update USAGE.md

Alex 4 years ago
parent
commit
0ef78443ed
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/USAGE.md

+ 2 - 2
docs/USAGE.md

@@ -111,8 +111,8 @@ On each machine you would like to add to the network, do the following:
 2. Confirm ipv4 forwarding is enabled: `sysctl -w net.ipv4.ip_forward=1`
 2. Confirm ipv4 forwarding is enabled: `sysctl -w net.ipv4.ip_forward=1`
 3. Create a key or enable manual node signup at the network level
 3. Create a key or enable manual node signup at the network level
 4. Run the install command generated by key create: `sudo curl -sfL https://raw.githubusercontent.com/gravitl/netmaker/v0.2/netclient-install.sh | KEY=YOUR_TOKEN sh -`  
 4. Run the install command generated by key create: `sudo curl -sfL https://raw.githubusercontent.com/gravitl/netmaker/v0.2/netclient-install.sh | KEY=YOUR_TOKEN sh -`  
-4.a. For subsequent installs, you can just run `sudo netclient -c install -t YOUR_TOKEN`
-4.b. For offline installs, you can self-host a netclient file server on netmaker
+4.a. For additional networks on the same machine, you can just run `sudo netclient -c install -t YOUR_TOKEN`   
+4.b. For offline installs (no access to github), you can self-host a netclient file server on netmaker  
 
 
 This will install [email protected] and netclient-YOUR_NET.timer in systemd, which will run periodically to call the netclient binary, which will check to see if there are any updates that it needs and update WireGuard appropriately.
 This will install [email protected] and netclient-YOUR_NET.timer in systemd, which will run periodically to call the netclient binary, which will check to see if there are any updates that it needs and update WireGuard appropriately.