diff options
author | Mark Longair <mhl@pobox.com> | 2009-12-06 13:36:02 +0000 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2009-12-06 13:36:02 +0000 |
commit | e0be5bd0e961a5f9b3abb0bd7646cda529dedfaf (patch) | |
tree | a2076c84939730091a442424e7d3ccbcfade52d5 | |
parent | d027b0d77d731868399070a2e90d2b8651ae900f (diff) |
Another small change to test the post-receive hook
-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 |