Updated Installation (markdown)

Brendan Lane 2021-01-04 17:13:45 -05:00
parent 06cca6d6f2
commit 0028c67909
1 changed files with 1 additions and 1 deletions

@ -4,7 +4,7 @@ To install the API, create a file in your project root (where your package.json
registry=https://registry.npmjs.org/
@vexico:registry=https://npm.pkg.github.com/vexico
```
To finish this process, simply authenticate to GitHub's Package Registry by typing this command into the command line:
To finish this process, simply authenticate to GitHub's Package Registry by typing this command into the command line:
`npm login --scope=@vexico --registry=https://npm.pkg.github.com/`
Your username will be your GitHub username. Your password will be a [new Personal Access Token](https://github.com/settings/tokens/new) that has the permissions to `repo, write:packages, delete:packages`. ![This image explains the personal access token](https://media.discordapp.net/attachments/763879937383596042/792852001943715860/unknown.png)
The email can be any email that you own, however, please keep note that the email will be public.