Update README.md

This commit is contained in:
Aidan Haas
2022-12-01 11:26:24 -05:00
committed by GitHub
parent 74619d69c8
commit 05e5afbc7e
+1 -1
View File
@@ -33,7 +33,7 @@
* Download source files * Download source files
* Install ncurses (If not already installed) * Install ncurses (If not already installed)
* Compile Using ```gcc gcc typing_test.c -lncurses``` * Compile Using ```gcc typing_test.c utilities.c -lncurses```
* OR: Run ```make``` using Makefile * OR: Run ```make``` using Makefile
# How To Run # How To Run