From fe74f807c8d660dce862bbc1f13181f92c6c0195 Mon Sep 17 00:00:00 2001 From: Rodolfo Lourenzutti Date: Sat, 30 Apr 2022 18:13:50 -0700 Subject: [PATCH] Make CANVAS_PAT more explicit (#14) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d876bf0..328ca9a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ python -m pip install -U canvascli All `canvascli` functionality requires that you have [created an Canvas API access token](https://community.canvaslms.com/t5/Instructor-Guide/How-do-I-manage-API-access-tokens-as-an-instructor/ta-p/1177), -so do that first if you don't have one already. +so do that first if you don't have one already. Once you have your Canvas API toke, store it in an environment variable named `CANVAS_PAT`. Typing `canvascli` at the command prompt will show the general help message including the available sub-commands.