Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting-started/01-optional-install-canine-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`**

<figure><img src="/img/quickstart/github-token.avif" alt=""/><figcaption></figcaption></figure>

Expand Down