Skip to content

Commit c0ae51e

Browse files
Update readme to v1.0.2 release
1 parent 211692d commit c0ae51e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ sudo make -C sshcd install PREFIX=/usr/local
2222
Or without using Git:
2323

2424
```sh
25-
wget https://github.com/christianbundy/sshcd/archive/v1.0.1.tar.gz
26-
tar --get --gzip < v1.0.1.tar.gz
27-
sudo make -C sshcd-1.0.1 install PREFIX=/usr/local
25+
wget https://github.com/christianbundy/sshcd/archive/v1.0.2.tar.gz
26+
tar --get --gzip < v1.0.2.tar.gz
27+
sudo make -C sshcd-1.0.2 install PREFIX=/usr/local
2828
```
2929

3030
## Usage

0 commit comments

Comments
 (0)