Skip to content

Commit

Permalink
Clarify build location in README (ava-labs#1812)
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen Buttolph <[email protected]>
  • Loading branch information
anusha-ctrl and StephenButtolph authored Aug 19, 2022
1 parent 8c5c1ce commit ff357a1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,17 @@ This will clone and checkout to `master` branch.

#### Building the Avalanche Executable

Build Avalanche using the build script:
Build Avalanche by running the build script:

```sh
./scripts/build.sh
```

The Avalanche binary, named `avalanchego`, is in the `build` directory.
The output of the script will be the Avalanche binary named `avalanchego`. It is located in the build directory:

```sh
./build/avalanchego
```

### Binary Repository

Expand Down

0 comments on commit ff357a1

Please sign in to comment.