From c7f174bec17df2a324d645041c6a2a7b379365c3 Mon Sep 17 00:00:00 2001 From: Daniel Zapata Date: Sat, 10 Sep 2022 20:45:29 -0500 Subject: [PATCH] fix broken command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c44fc9..1aa2921 100644 --- a/README.md +++ b/README.md @@ -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.