Skip to content

Commit

Permalink
docs: fix cli installation instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Lenin Mehedy <[email protected]>
  • Loading branch information
leninmehedy committed Nov 16, 2023
1 parent 38dd176 commit ea8aa1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fullstack-network-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ fullstack-network-manager is a CLI tool to manage and deploy a Hedera Network us

## Install

* Create or update `~/.npmrc` file and specify the GitHub package registry: `@hashgraph:registry=https://npm.pkg.github.com`
* Create or update `~/.npmrc` file and specify the GitHub package registry:

```
❯ cat ~/.npmrc
//npm.pkg.github.com/:_authToken=${NPM_TOKEN}
@hashgraph:registry=https://npm.pkg.github.com
```

* Run `npm install -g @hedera/fullstack-network-manager`
* Get your Github access token and setup and environment variable GITHUB_TOKEN as explained [here](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry#installing-a-package).

Check warning on line 13 in fullstack-network-manager/README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

fullstack-network-manager/README.md#L13

[list-item-indent] Incorrect list-item indent: add 2 spaces
* Run `NPM_TOKEN="${GITHUB_TOKEN}" npm install -g @hashgraph/fullstack-network-manager`

* Run `fsnetman` from a terminal as shown below

Expand Down

0 comments on commit ea8aa1b

Please sign in to comment.