Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemadero committed Nov 28, 2022
1 parent 424f536 commit ea434c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ To install the latest binary locally, run:
curl -sSfL https://raw.githubusercontent.com/ava-labs/avalanche-network-runner/main/scripts/install.sh | sh -s
```

After that, `avalanche-network-runner` binary should be present under the `~/bin` directory.

Add `~/bin` to the `$PATH` environment variable so the shell can find the `avalanche-network-runner` command:

```sh
Expand All @@ -43,7 +45,7 @@ From inside the cloned directory:
./scripts/build.sh
```

After that, `avalanche-network-runner` binary should be present under the `./bin/` directory, inside the cloned one.
After that, `avalanche-network-runner` binary should be present under the `./bin` directory, inside the cloned one.

Add `./bin` to the `$PATH` environment variable so the shell can find the `avalanche-network-runner` command:

Expand Down

0 comments on commit ea434c4

Please sign in to comment.