Skip to content

Commit

Permalink
Merge pull request Versent#468 from anthonyangel/patch-1
Browse files Browse the repository at this point in the history
Update version in Readme for Linux installation
  • Loading branch information
Mark Wolfe authored Mar 18, 2020
2 parents 48aeddb + 0feccd4 commit 3958802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ saml2aws --version
While brew is available for Linux you can also run the following without using a package manager.

```
$ CURRENT_VERSION=2.22.0
$ CURRENT_VERSION=2.24.0
$ wget https://github.com/Versent/saml2aws/releases/download/v${CURRENT_VERSION}/saml2aws_${CURRENT_VERSION}_linux_amd64.tar.gz
$ tar -xzvf saml2aws_${CURRENT_VERSION}_linux_amd64.tar.gz -C ~/.local/bin
$ chmod u+x ~/.local/bin/saml2aws
Expand Down

0 comments on commit 3958802

Please sign in to comment.