Skip to content

Commit

Permalink
Changed version in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloViquezWT committed May 24, 2021
1 parent 69796d1 commit 9f54666
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ brew install aws-authenticator
# Install - Manually
```
wget https://github.com/pabloviquez/aws-authenticator/archive/v1.0.4.tar.gz
tar -xzvf v1.0.3.tar.gz
chmod +x v1.0.3/aws-authenticator
sudo cp v1.0.3/aws-authenticator /usr/local/bin
rm -Rf v1.0.3
tar -xzvf v1.0.4.tar.gz
chmod +x v1.0.4/aws-authenticator
sudo cp v1.0.4/aws-authenticator /usr/local/bin
rm -Rf v1.0.4
```

# Basis Usage
Expand Down

0 comments on commit 9f54666

Please sign in to comment.