From 71f0a1ebbf81629ddeaa126578eb9a3152ae4272 Mon Sep 17 00:00:00 2001 From: rchristian3 <rchristian3@huskers.unl.edu> Date: Fri, 25 Oct 2024 16:23:09 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6934670..af9a6cf 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # CSCE378 Project -Intall Node.js version 20.5.0 or newer. https://nodejs.org/en/ -cd into project -run npm install -run npm start +1. Intall Node.js version 20.5.0 or newer. https://nodejs.org/en/ +2. cd into project +3. run npm install +4. run npm start Tasks: 1. A user wants to be able to check their current GPA without clicking any buttons after running a degree audit. -- GitLab