diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2010-10-15 14:23:26 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2010-10-15 14:23:26 +0200 |
commit | e642858a9ce4965580b324c330da578b86fc903a (patch) | |
tree | 158b129d850873199c227cc1ec1fc2c29ee96f39 /README | |
parent | 4b2a9c07cf3443426a63404797818d967cf0cd54 (diff) | |
download | erlang-e642858a9ce4965580b324c330da578b86fc903a.tar.gz erlang-e642858a9ce4965580b324c330da578b86fc903a.tar.xz erlang-e642858a9ce4965580b324c330da578b86fc903a.zip |
fixed typo
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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: |