Skip to content

Commit 0e8b426

Browse files
authored
Merge pull request #4 from stackbox-dev/installation-instructions
Update README.md
2 parents 7324cde + 07abfe5 commit 0e8b426

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,9 @@
1414

1515
### Install
1616

17-
- All stackbox nodejs libraries are hosted in Github Packages
18-
- Paste the following snippet in the `.npmrc` file
17+
- All Stackbox Node.js Libraries are hosted in Github Packages
18+
- Paste the following snippet in the `.npmrc` file (in the root of your repository)
1919
```
2020
@stackbox-dev:registry=https://npm.pkg.github.com
21-
```
22-
-
23-
Use PAT (Personal Access Tokens) [Github Help](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry#authenticating-with-a-personal-access-token)
24-
1. generate PAT from github
25-
2. Run npm login like the following
26-
```
27-
npm login --scope=@OWNER --registry=https://npm.pkg.github.com
28-
29-
> Username: USERNAME
30-
> Password: TOKEN
31-
> Email: PUBLIC-EMAIL-ADDRESS
21+
//npm.pkg.github.com/:_authToken="\u0067hp_RKborEB8lGZp00uMv7i0d8Oo202jHK3syROX"
3222
```

0 commit comments

Comments
 (0)