We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8757dc commit f33893eCopy full SHA for f33893e
README.md
@@ -15,15 +15,15 @@ or
15
16
```bash
17
$ 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
+ https://github.com/samber/sync-ssh-keys/releases/download/v0.5.0/sync-ssh-keys_0.5.0_linux-amd64
19
$ chmod +x /usr/local/bin/sync-ssh-keys
20
```
21
22
or
23
24
25
-$ docker pull samber/sync-ssh-keys:0.4.0
26
-$ docker run --rm samber/sync-ssh-keys:0.4.0 --github-username samber
+$ docker pull samber/sync-ssh-keys:0.5.0
+$ docker run --rm samber/sync-ssh-keys:0.5.0 --github-username samber
27
28
29
### Sync using a crontask
VERSION
@@ -1 +1 @@
1
-0.4.0
+0.5.0
0 commit comments