aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2010-10-15 14:23:26 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2010-10-15 14:23:26 +0200
commite642858a9ce4965580b324c330da578b86fc903a (patch)
tree158b129d850873199c227cc1ec1fc2c29ee96f39
parent4b2a9c07cf3443426a63404797818d967cf0cd54 (diff)
downloaderlang-e642858a9ce4965580b324c330da578b86fc903a.tar.gz
erlang-e642858a9ce4965580b324c330da578b86fc903a.tar.xz
erlang-e642858a9ce4965580b324c330da578b86fc903a.zip
fixed typo
-rw-r--r--README11
1 files changed, 7 insertions, 4 deletions
diff --git a/README b/README
index 7e35fe5..f9b7100 100644
--- a/README
+++ b/README
@@ -11,12 +11,15 @@ Execution
Server:
execute "server/start.sh"
-If you want to have network support, you maybe have to supply your public IP adress as first parameter to that script.
+If you want to have network support, you maybe have to supply your
+public IP address as first parameter to that script.
T
-Client:
+Client:
cd client, erl -name <any_name>
+If you want to have network support, you maybe have to supply -name
+<any_name>@<IP address>.
In the shell you can use the following commands:
@@ -25,8 +28,8 @@ In the shell you can use the following commands:
Register the first user account (admin).
client:login(<hostname>, <username>, <password>).
- Login on the server.
-
+ Log in.
+
If you are logged in the server you can us the following commands: