From a97a1df2c9c7a22cdaa452d79789aec3345e4224 Mon Sep 17 00:00:00 2001 From: Daniel Zapata Date: Sat, 10 Sep 2022 21:09:30 -0500 Subject: [PATCH] docs update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1aa2921..031766d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ On a Mac use this command to compile the server: `gcc server.c -o server` -To run the server type ./server into a terminal that is in the directory where the executable file is located. +To run the server type `./server` into a terminal that is in the directory where the executable file is located. + +You can also pass a number after ./server to indicate how many threads the server should use like: `./server 3` for 3 child-processes By default the server runs on port 2001, so to try it out navigate to