Skip to content

Commit

Permalink
github.com/exploid => github.com/vroy
Browse files Browse the repository at this point in the history
  • Loading branch information
vroy committed Apr 4, 2015
1 parent 6a665e2 commit c7057a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ The output is sorted in chronological order - your last modified branches appear

The install script will do its best to install dependencies before compiling.

curl -sSL https://raw.githubusercontent.com/exploid/gb/master/install | bash
curl -sSL https://raw.githubusercontent.com/vroy/gb/master/install | bash

Or alternatively, after making sure that [cmake](http://www.cmake.org/) is installed:

git clone [email protected]:exploid/gb.git
git clone [email protected]:vroy/gb.git
cd gb
make deps
make
Expand Down
2 changes: 1 addition & 1 deletion gb.1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ No known bugs.

.SH SEE ALSO

https://github.com/exploid/gb
https://github.com/vroy/gb

.SH AUTHOR
Vincent Roy ([email protected])
6 changes: 3 additions & 3 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ else

fi

wget https://github.com/exploid/gb/archive/v0.0.3.tar.gz
tar xzf v0.0.3.tar.gz
cd gb-0.0.3
wget https://github.com/vroy/gb/archive/v0.0.4.tar.gz
tar xzf v0.0.4.tar.gz
cd gb-0.0.4

sudo make deps
make
Expand Down

0 comments on commit c7057a8

Please sign in to comment.