We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f9f38 commit 447f488Copy full SHA for 447f488
README.md
@@ -10,10 +10,10 @@ interface.
10
11
git clone git://github.com/georgebrock/git-browse.git
12
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:
+2. Add the `bin` directory to your `PATH`. For example, you might put the
+ following line in your `.bashrc` file:
15
16
- ln -s /home/me/git-browse/git-browse ~/bin/git-browse
+ export PATH=$PATH:~/git-browse/bin
17
18
## Usage
19
0 commit comments