fix broken command

This commit is contained in:
Daniel Zapata
2022-09-10 20:45:29 -05:00
parent 7e5db084ff
commit c7f174bec1
+1 -1
View File
@@ -13,7 +13,7 @@ On a Linux system system simply use the makefile to compile the server.
On a Mac use this command to compile the server:
gcc cs241server.c o cs241server
`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.