Skip to content

Commit

Permalink
Updating the new version on linux installation
Browse files Browse the repository at this point in the history
  • Loading branch information
felipem1210 committed Jul 27, 2022
1 parent 9307647 commit 09d2a9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ Change the version for the [version](https://github.com/felipem1210/git-helper/t
### Linux amd64

```sh
export GITHELPER_VERSION=0.2.0
export GITHELPER_VERSION=0.2.1
curl -L "https://github.com/felipem1210/git-helper/releases/download/v${GITHELPER_VERSION}/git-helper_${GITHELPER_VERSION}_linux_amd64.tar.gz" |tar xzv -C /tmp
sudo mv /tmp/git-helper /usr/local/bin/git-helper
chmod +x /usr/local/bin/git-helper
```

### MacOS amd64
Expand Down

0 comments on commit 09d2a9d

Please sign in to comment.