diff options
-rwxr-xr-x | INSTALL.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index ce6c32d29..3bc909b98 100755 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -109,7 +109,7 @@ run the following to get the server running (may need to chmod 755 again) > ./script/server --environment=development or if you want the server to be available on the network and not just -on localhost tell it your ip address by running +on localhost tell it your IP address by running > ./script/server --environment=development --binding=10.0.0.11 |