diff --git a/docs/getting-started/01-optional-install-canine-locally.md b/docs/getting-started/01-optional-install-canine-locally.md index 9922fe2..f6af908 100644 --- a/docs/getting-started/01-optional-install-canine-locally.md +++ b/docs/getting-started/01-optional-install-canine-locally.md @@ -16,7 +16,7 @@ curl -sSL https://raw.githubusercontent.com/czhu12/canine/refs/heads/main/instal Navigate to [http://localhost:3456](http://localhost:3456) and you should see a welcome page, and a prompt to add your Github token. -Go to your Github profile's [tokens page](https://github.com/settings/tokens), and click **Generate new token (classic).** Give your token a name and make sure to select the permissions **`repo`**, **`write:packages`**, and **`delete:packages`** +Go to your Github profile's [tokens page](https://github.com/settings/tokens/new?description=canine-local&scopes=repo,write:packages,delete:packages), and click **Generate new token (classic).** Give your token a name and make sure to select the permissions **`repo`**, **`write:packages`**, and **`delete:packages`**