diff --git a/README.md b/README.md index 5ba55b2..4d11329 100644 --- a/README.md +++ b/README.md @@ -16,31 +16,39 @@ ### How to build it all up? Start by cloning the repository. + $ git clone https://notabug.org/Nick_Kramer/Chat_NT117.git Run the make command (in the repository directory). + $ make ### (Server) How do you get it up and running? Start the server with the parameters: Host ip address and port. + $ ./server_NT117 Start the server with the parameter: Host ip address (default use port 10117). + $ ./server_NT117 Local server start-up (default use localhost/127.0.0.1 and port 10117). + $ ./server_NT117 ### (Client) How do you get it up and running? Run the client with the following parameters: option key, host ip address, host port, secret key. + $ ./client_NT117 < option key > < host ip address > < host port > < secret key > Call help. + $ ./client_NT117 -h Reference running (with crypt messages): + $ ./client_NT117 -cs -dd uArtScam1012 ### Command info: Client.