From 2730ba69d7c693e9b63635858b83492bc63c3b74 Mon Sep 17 00:00:00 2001 From: Alex <31018251+afeiszli@users.noreply.github.com> Date: Tue, 20 Apr 2021 10:11:51 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9fbf213..b57cd78b 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ In future releases, we have plans to support other platforms such as Windows and Netmaker v0.2 introduces the server as a 'client'. This means the server can add itself into networks if you would like. To do so, Netmaker requires privileged access where it is running, and needs to modify the host filesystem. To run in this mode, we are not currently using Docker. **If you would like to run with "client mode", you can use the following script to deploy:** -`sudo curl -sfL https://raw.githubusercontent.com/gravitl/netmaker/v0.2/netmaker-install-clientmode.sh | sudo SERVER_DOMAIN=3.231.219.63 sh -` +`sudo curl -sfL https://raw.githubusercontent.com/gravitl/netmaker/v0.2/netmaker-install-clientmode.sh | sudo SERVER_DOMAIN=< your server IP > sh -` **If you would like to run without "client mode", and manually add/remove the server from networks:**