We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 572e212 commit 55279f9Copy full SHA for 55279f9
README.md
@@ -59,13 +59,13 @@ These examples use `linux` and `amd64` - be sure to use the correct version for
59
#### Download Archive
60
61
```shell-session
62
-$ wget https://github.com/shoenig/ssh-key-sync/releases/download/v1.7.1/ssh-key-sync_1.7.1_linux_amd64.tar.gz
+$ wget https://github.com/shoenig/ssh-key-sync/releases/download/v1.7.2/ssh-key-sync_1.7.2_linux_amd64.tar.gz
63
```
64
65
#### Extract Archive
66
67
68
-$ sudo tar -C /usr/local/bin -xf ssh-key-sync_1.7.1_linux_amd64.tar.gz
+$ sudo tar -C /usr/local/bin -xf ssh-key-sync_1.7.2_linux_amd64.tar.gz
69
70
71
#### Create `authorized_keys`
0 commit comments