docs update

This commit is contained in:
Daniel Zapata
2022-09-10 21:09:30 -05:00
parent 232e929d36
commit a97a1df2c9
+3 -1
View File
@@ -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