Skip to content

Commit 447f488

Browse files
committed
Update README: Install so man page is discoverable
1 parent c0f9f38 commit 447f488

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
@@ -10,10 +10,10 @@ interface.
1010

1111
git clone git://github.com/georgebrock/git-browse.git
1212

13-
2. Link to the `git-browse` file so that it's somewhere on your path. For
14-
example, if `~/bin` was on your path you could do this:
13+
2. Add the `bin` directory to your `PATH`. For example, you might put the
14+
following line in your `.bashrc` file:
1515

16-
ln -s /home/me/git-browse/git-browse ~/bin/git-browse
16+
export PATH=$PATH:~/git-browse/bin
1717

1818
## Usage
1919

0 commit comments

Comments
 (0)