Skip to content

Commit 55279f9

Browse files
authored
Update README.md (#70)
Updated the README to use the newest version (1.7.2) instead of 1.7.1
1 parent 572e212 commit 55279f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ These examples use `linux` and `amd64` - be sure to use the correct version for
5959
#### Download Archive
6060

6161
```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
62+
$ wget https://github.com/shoenig/ssh-key-sync/releases/download/v1.7.2/ssh-key-sync_1.7.2_linux_amd64.tar.gz
6363
```
6464

6565
#### Extract Archive
6666

6767
```shell-session
68-
$ sudo tar -C /usr/local/bin -xf ssh-key-sync_1.7.1_linux_amd64.tar.gz
68+
$ sudo tar -C /usr/local/bin -xf ssh-key-sync_1.7.2_linux_amd64.tar.gz
6969
```
7070

7171
#### Create `authorized_keys`

0 commit comments

Comments
 (0)