Skip to content

Commit 68f82ba

Browse files
Update installation instructions
1 parent 982474d commit 68f82ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,19 @@ $ sshcd [email protected]:/over/the/rainbow
1515
## installation
1616

1717
```sh
18-
git clone https://github.com/christianbundy/sshcd.git && cd sshcd
19-
sudo cp sshcd /usr/local/bin
18+
$ curl -s https://raw.github.com/christianbundy/sshcd/master/install.sh | sh
2019
```
2120

2221
## usage
2322

2423
The default usage is pretty simple.
2524

2625
```sh
27-
sshcd [email protected]:/your/favorite/folder
26+
$ sshcd [email protected]:/your/favorite/folder
2827
```
2928

3029
It supports prepended flags, too!
3130

3231
```sh
33-
sshcd -v [email protected]:/lets/get/verbose
32+
$ sshcd -v [email protected]:/lets/get/verbose
3433
```

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sudo curl -o /usr/local/bin/sshcd https://raw.github.com/christianbundy/sshcd/master/sshcd && sudo chmod +x /usr/local/bin/sshcd

0 commit comments

Comments
 (0)