summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan <evan.heckert@gmail.com>2020-11-01 23:14:40 -0600
committerPete Johanson <peter@peterjohanson.com>2020-11-02 16:50:27 -0500
commita32d14cc192f080b97ea06281278a122b435f9cd (patch)
tree336a7563e6281fb125678000188cf318e99fa826
parent89b8bfc95deac50f062f41d0a0bf47b5aa229126 (diff)
Add Github.com personal token to prerequisites.
-rw-r--r--docs/docs/user-setup.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/docs/user-setup.md b/docs/docs/user-setup.md
index 5a4921e..1e1e1e8 100644
--- a/docs/docs/user-setup.md
+++ b/docs/docs/user-setup.md
@@ -39,6 +39,7 @@ The remainder of this guide assumes the following prerequisites:
1. You have an active, working [GitHub](https://github.com/) account.
1. You have installed and configured the [`git`](https://git-scm.com/) version control tool.
+1. You have locally configured git to access your github account. If using [personal access tokens](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token), please be sure it was created with the "workflow" scope option selected.
:::note
If you need to, a quick read of [Learn The Basics Of Git In Under 10 Minutes](https://www.freecodecamp.org/news/learn-the-basics-of-git-in-under-10-minutes-da548267cc91/) will help you get started.