diff --git a/README.md b/README.md index e3e2203..4f6cf1f 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,16 @@ After changing directory to the 'staging/client' folder or the 'staging/server' $ ./server (port) $ ./client (hostname) (port) (command) (arguments) ``` +For example: +``` +$ ./buildwrapper.sh + ..... +$ cd staging/server +$ ./server 8448 & +$ cd ../client +$ client localhost 8448 new ping archive.org +``` alternatively, for guidance: - ``` $ ./server $ ./client help