Skip to content
This repository was archived by the owner on Oct 12, 2020. It is now read-only.

Commit

Permalink
Update documentation for latest release (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ullaakut authored Aug 13, 2020
1 parent 001aa12 commit bf6345b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,25 +74,25 @@ There are no dependencies, since astronomer comes as a statically built binary.
> AMD64
```bash
curl -o $GOPATH/bin/astronomer -sSLO https://github.com/Ullaakut/astronomer/releases/download/v1.1.2/astronomer-linux-amd64
curl -o $GOPATH/bin/astronomer -sSLO https://github.com/Ullaakut/astronomer/releases/download/v1.1.3/astronomer-linux-amd64
```

> ARM
```bash
curl -o $GOPATH/bin/astronomer -sSLO https://github.com/Ullaakut/astronomer/releases/download/v1.1.2/astronomer-linux-arm
curl -o $GOPATH/bin/astronomer -sSLO https://github.com/Ullaakut/astronomer/releases/download/v1.1.3/astronomer-linux-arm
```

> 386
```bash
curl -o $GOPATH/bin/astronomer -sSLO https://github.com/Ullaakut/astronomer/releases/download/v1.1.2/astronomer-linux-386
curl -o $GOPATH/bin/astronomer -sSLO https://github.com/Ullaakut/astronomer/releases/download/v1.1.3/astronomer-linux-386
```

#### MacOS

```bash
curl -o $GOPATH/bin/astronomer -sSLO https://github.com/Ullaakut/astronomer/releases/download/v1.1.2/astronomer-darwin-amd64
curl -o $GOPATH/bin/astronomer -sSLO https://github.com/Ullaakut/astronomer/releases/download/v1.1.3/astronomer-darwin-amd64
```

**or**
Expand All @@ -103,7 +103,7 @@ brew tap dkanejs/homebrew-astronomer && brew install astronomer

#### Windows

Download [this file](https://github.com/Ullaakut/astronomer/releases/download/v1.1.2/astronomer-windows-386.exe), rename it to `astronomer` and add it to your path.
Download [this file](https://github.com/Ullaakut/astronomer/releases/download/v1.1.3/astronomer-windows-386.exe), rename it to `astronomer` and add it to your path.

## Arguments and options

Expand Down

0 comments on commit bf6345b

Please sign in to comment.