update linux build instructions

This commit is contained in:
rubyist 2015-01-30 12:16:52 -05:00
parent 0e57111c64
commit 8911507510

@ -10,21 +10,21 @@ sudo apt-get install golang-go git
./script/bootstrap
```
That will place a git-media binary in the `bin/` directory. Copy the binary to a directory in your path:
That will place a git-hawser binary in the `bin/` directory. Copy the binary to a directory in your path:
```
sudo cp bin/git-media /usr/local/bin
sudo cp bin/git-hawser /usr/local/bin
```
Try it:
```
[949][rubiojr@octox] git media
git-media v0.0.1
[949][rubiojr@octox] git hawser
git-hawser v0.0.1
[~]
[949][rubiojr@octox] git media init
git media initialized
[949][rubiojr@octox] git hawser init
git hawser initialized
```
### Installing the man pages
@ -40,4 +40,4 @@ sudo mkdir -p /usr/local/share/man/man1
sudo cp man/*.1 /usr/local/share/man/man1
```
`git help media` should show the git-media manpage now.
`git help hawser` should show the git-hawser manpage now.