Skip to content

Commit f33893e

Browse files
committed
new release with fixed binaries
1 parent e8757dc commit f33893e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ or
1515

1616
```bash
1717
$ curl -L -o /usr/local/bin/sync-ssh-keys \
18-
https://github.com/samber/sync-ssh-keys/releases/download/v0.4.0/sync-ssh-keys_0.4.0_linux-amd64
18+
https://github.com/samber/sync-ssh-keys/releases/download/v0.5.0/sync-ssh-keys_0.5.0_linux-amd64
1919
$ chmod +x /usr/local/bin/sync-ssh-keys
2020
```
2121

2222
or
2323

2424
```bash
25-
$ docker pull samber/sync-ssh-keys:0.4.0
26-
$ docker run --rm samber/sync-ssh-keys:0.4.0 --github-username samber
25+
$ docker pull samber/sync-ssh-keys:0.5.0
26+
$ docker run --rm samber/sync-ssh-keys:0.5.0 --github-username samber
2727
```
2828

2929
### Sync using a crontask

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.5.0

0 commit comments

Comments
 (0)