added example commands to readme
This commit is contained in:
parent
c10988bfde
commit
0f64d99b36
1 changed files with 9 additions and 1 deletions
10
README.md
10
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue