Skip to content

Commit af1ae5d

Browse files
committed
style: bump download scripts
1 parent cbb17a8 commit af1ae5d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,23 @@ Download from [Releases page](https://github.com/dnitsch/aws-cli-auth/releases).
2525
MacOS
2626

2727
```bash
28-
curl -L https://github.com/dnitsch/aws-cli-auth/releases/download/v0.6.0/aws-cli-auth-darwin -o aws-cli-auth
28+
curl -L https://github.com/dnitsch/aws-cli-auth/releases/download/v0.6.1/aws-cli-auth-darwin -o aws-cli-auth
2929
chmod +x aws-cli-auth
3030
sudo mv aws-cli-auth /usr/local/bin
3131
```
3232

3333
Linux
3434
```bash
35-
curl -L https://github.com/dnitsch/aws-cli-auth/releases/download/v0.6.0/aws-cli-auth-linux -o aws-cli-auth
35+
curl -L https://github.com/dnitsch/aws-cli-auth/releases/download/v0.6.1/aws-cli-auth-linux -o aws-cli-auth
3636
chmod +x aws-cli-auth
3737
sudo mv aws-cli-auth /usr/local/bin
3838
```
3939

4040
Windows
4141
```posh
42-
iwr -Uri "https://github.com/dnitsch/aws-cli-auth/releases/download/v0.6.0/aws-cli-auth-windows.exe" -OutFile "aws-cli-auth"
42+
iwr -Uri "https://github.com/dnitsch/aws-cli-auth/releases/download/v0.6.1/aws-cli-auth-windows.exe" -OutFile "aws-cli-auth"
4343
```
4444

45-
4645
## Usage
4746

4847
```

0 commit comments

Comments
 (0)