Skip to content

Commit

Permalink
master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-ogrady committed Jun 6, 2022
1 parent f79a417 commit ad0d45e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Avalanche CLI is a command line tool that gives developers access to everything
## Install
To download a binary for the latest release, run:
```
curl -sSfL https://raw.githubusercontent.com/ava-labs/avalanche-cli/master/scripts/install.sh | sh -s
curl -sSfL https://raw.githubusercontent.com/ava-labs/avalanche-cli/main/scripts/install.sh | sh -s
```

The binary will be installed inside the `./bin` directory (relative to where the install command was run).
Expand All @@ -15,7 +15,7 @@ _Downloading binaries from the Github UI will cause permission errors on Mac._
### Installing in Custom Location
To download the binary into a specific directory, run:
```
curl -sSfL https://raw.githubusercontent.com/ava-labs/avalanche-cli/master/scripts/install.sh | sh -s -- -b <relative directory>
curl -sSfL https://raw.githubusercontent.com/ava-labs/avalanche-cli/main/scripts/install.sh | sh -s -- -b <relative directory>
```

## Quickstart
Expand Down

0 comments on commit ad0d45e

Please sign in to comment.