From 60ece9a5685e445dfe4b69ceae7107006fe54252 Mon Sep 17 00:00:00 2001 From: Justin Lee Date: Tue, 18 Jun 2024 14:22:55 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6017442..f386e69 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,8 @@ An example `CANVAS_API_DOMAIN` is `https://{school}.instructure.com/api/v1` 1. Clone this repo. `git clone https://github.com/ubccapico/canvas-rubric.git` 1. Then cd into the repo. `cd canvas-rubric` 1. Run the installation script. `npm install` (If you see `babel-node: command not found`, you've missed this step.) -1. Run the application. `npm start` +2. Open `index.js` and edit the courseId, assignmentId, and rubricId. +1. Run the application. `node index.js` 1. You'll be asked a series of prompts, and then the data will be output in `output` folder. 1. If you re-run the script for the same course, we recommend deleting the previous output file first