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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@
* Download source files
* 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
# How To Run