Skip to content

Commit

Permalink
Edit README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobgershon committed Feb 6, 2020
1 parent 49c91b8 commit 5b87e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ npm install fabric-ca-client
Access to [gibhub](https://github.com), choose [settings](https://github.com/settings/profile) at right-top of page. Click on _Developer settings_, _Personal access tokens_ then generate your token. Copy it to replace your_token in the following command
```js
// Linux/MacOS command
echo "//npm.pkg.github.com/:_authToken=your_token"
echo "//npm.pkg.github.com/:_authToken=your_token" >> .npmrc
```

3. Installation is done using the
Expand Down

0 comments on commit 5b87e02

Please sign in to comment.