From c9ddaa8554a1f4e2159f8bc5b1f118ff0d5e5103 Mon Sep 17 00:00:00 2001 From: Aidan Haas <94150901+ahaas25@users.noreply.github.com> Date: Mon, 7 Nov 2022 21:11:21 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index baebef0..a4dcd2a 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ * Word Mode: 10, 25, 50, and 100 Words * Focuses on User's Typing Style and Provides Insights * Similar to my Typing-Teacher project, however this is more focused on analyzing user data, rather than UI. +* Uses ncurses library # Objectives * Clean Code @@ -22,6 +23,7 @@ * Download source files * Install ncurses (If not already installed) * Compile Using ```"gcc gcc typing_test.c -lncurses"``` +* OR: Run "make" using Makefile # Credits Word list from https://gist.github.com/deekayen/4148741