Skip to content

Commit 370de99

Browse files
Update readme to Fraction repo
1 parent cd2f173 commit 370de99

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,35 @@
33
Tired of having to type this janky command to [ssh](http://manpages.ubuntu.com/manpages/saucy/en/man1/ssh.1.html) and [cd](http://manpages.ubuntu.com/manpages/saucy/en/man1/cd.1posix.html) into unfamiliar remote servers?
44

55
```sh
6-
ssh -t user@pretend.io "cd /over/the/rainbow; exec \$SHELL"
6+
ssh -t user@fraction.io "cd /foo/bar; exec \$SHELL"
77
```
88

99
Me too.
1010

1111
```sh
12-
sshcd user@pretend.io:/over/the/rainbow
12+
sshcd user@fraction.io:/foo/bar
1313
```
1414

1515
## Installation
1616

1717
The recommended OS X installation method is with [Homebrew](http://brew.sh/).
1818

1919
```sh
20-
brew tap christianbundy/homebrew-tap
20+
brew tap fraction/homebrew-formulae
2121
brew install sshcd
2222
```
2323

2424
Alternatively, you can install it with Git.
2525

2626
```sh
27-
git clone https://github.com/christianbundy/sshcd
27+
git clone https://github.com/fraction/sshcd
2828
sudo make -C sshcd install PREFIX=/usr/local
2929
```
3030

3131
Don't want to use Git? You can also use wget.
3232

3333
```sh
34-
wget https://github.com/christianbundy/sshcd/archive/v1.0.2.tar.gz
34+
wget https://github.com/fraction/sshcd/archive/v1.0.2.tar.gz
3535
tar --get --gzip < v1.0.2.tar.gz
3636
sudo make -C sshcd-1.0.2 install PREFIX=/usr/local
3737
```
@@ -41,11 +41,11 @@ sudo make -C sshcd-1.0.2 install PREFIX=/usr/local
4141
The default usage is pretty simple.
4242

4343
```sh
44-
sshcd root@example.com:/your/favorite/folder
44+
sshcd user@fraction.io:/foo/bar
4545
```
4646

4747
The tool supports prepended flags, too!
4848

4949
```sh
50-
sshcd -v root@example.com:/lets/get/verbose
50+
sshcd -v user@fraction.io:/foo/bar
5151
```

0 commit comments

Comments
 (0)