Skip to content

Commit

Permalink
Update README.md (#70)
Browse files Browse the repository at this point in the history
Updated the README to use the newest version (1.7.2) instead of 1.7.1
  • Loading branch information
Mati1060 authored Oct 4, 2024
1 parent 572e212 commit 55279f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ These examples use `linux` and `amd64` - be sure to use the correct version for
#### Download Archive

```shell-session
$ 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
```

#### Extract Archive

```shell-session
$ 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
```

#### Create `authorized_keys`
Expand Down

0 comments on commit 55279f9

Please sign in to comment.