typos
This commit is contained in:
parent
469b3f09ec
commit
66228c512d
@ -36,11 +36,11 @@ It uses PSK authentication and keep-alives.
|
|||||||
|
|
||||||
#### Server
|
#### Server
|
||||||
|
|
||||||
Optionally declare the server _IP_ address with ```SERVER= IP``` in the _./Makefile_ or using ```SERVER=IP make```.
|
Optionally declare the server _IP_ address with ```SERVER=IP``` in the _./Makefile_ or using ```SERVER=IP make```.
|
||||||
|
|
||||||
#### Clients
|
#### Clients
|
||||||
|
|
||||||
Declare clients _a_, _b_ and _c_ with ```CLIENTS= a b c``` in the _./Makefile_ or using ```CLIENTS="a b c" make```.
|
Declare clients _a_, _b_ and _c_ with ```CLIENTS=a b c``` in the _./Makefile_ or using ```CLIENTS="a b c" make```.
|
||||||
|
|
||||||
Client management is additive, meaning you can add more with ```CLIENTS="new" make```.
|
Client management is additive, meaning you can add more with ```CLIENTS="new" make```.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user