Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshwaran-raveendran committed Feb 27, 2016
1 parent 5fd0fa6 commit 1efa583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Quickly go back to a specific parent directory in bash instead of typing "cd ../
**Installation**

```shell
wget -O /usr/bin/bd https://raw.github.com/vigneshwaranr/bd/master/bd
wget --no-check-certificate -O /usr/bin/bd https://raw.github.com/vigneshwaranr/bd/master/bd
chmod +rx /usr/bin/bd
echo 'alias bd=". bd -si"' >> ~/.bashrc
source ~/.bashrc
Expand Down

0 comments on commit 1efa583

Please sign in to comment.