Skip to content

Commit

Permalink
chore(release): 1.1.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.6](v1.1.5...v1.1.6) (2021-07-02)
  • Loading branch information
semantic-release-bot committed Jul 2, 2021
1 parent b2be3b5 commit 7ab7676
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 @@ -19,13 +19,13 @@ Act is a task runner and supervisor tool written in Go which aims to provide the
**Linux**

```bash
wget -q -O - https://github.com/nosebit/act/releases/download/v1.1.5/act-1.1.5-linux-amd64.tar.gz | sudo tar -xzf - -C /usr/local/bin
wget -q -O - https://github.com/nosebit/act/releases/download/v1.1.6/act-1.1.6-linux-amd64.tar.gz | sudo tar -xzf - -C /usr/local/bin
```

**MacOS**

```bash
wget -q -O - https://github.com/nosebit/act/releases/download/v1.1.5/act-1.1.5-darwin-amd64.tar.gz | sudo tar -xzf - -C /usr/local/bin
wget -q -O - https://github.com/nosebit/act/releases/download/v1.1.6/act-1.1.6-darwin-amd64.tar.gz | sudo tar -xzf - -C /usr/local/bin
```

### From Source
Expand Down

0 comments on commit 7ab7676

Please # to comment.