Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldwan committed Jun 18, 2020
1 parent 58856b1 commit e9f9cd1
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ brew install superfly/tap/flyctl
To upgrade to the latest version:

```bash
brew upgrade superfly/tap/flyctl
brew upgrade flyctl
```

## Install Script
Expand All @@ -24,19 +24,15 @@ Download `flyctl` and install into
Installing the latest version:

```bash
curl https://get.fly.io/flyctl.sh | sh
curl -L https://fly.io/install.sh | sh
```

Installing a specific version:

```bash
curl https://get.fly.io/flyctl.sh | sh -s v0.0.1
curl -L https://fly.io/install.sh | sh -s v0.0.1
```

Install into a bin directory other than `/usr/local/bin`:
```bash
BIN_DIR=~/.bin curl https://get.fly.io/flyctl.sh | sh
```
## Downloading from GitHub

Download the appropriate version from the [Releases](https://github.com/superfly/flyctl/releases) page of the `flyctl` GitHub repository.
Expand Down

0 comments on commit e9f9cd1

Please sign in to comment.