We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ae51e commit cd2f173Copy full SHA for cd2f173
README.md
@@ -14,12 +14,21 @@ sshcd user@pretend.io:/over/the/rainbow
14
15
## Installation
16
17
+The recommended OS X installation method is with [Homebrew](http://brew.sh/).
18
+
19
+```sh
20
+brew tap christianbundy/homebrew-tap
21
+brew install sshcd
22
+```
23
24
+Alternatively, you can install it with Git.
25
26
```sh
27
git clone https://github.com/christianbundy/sshcd
28
sudo make -C sshcd install PREFIX=/usr/local
29
```
30
-Or without using Git:
31
+Don't want to use Git? You can also use wget.
32
33
34
wget https://github.com/christianbundy/sshcd/archive/v1.0.2.tar.gz
0 commit comments