Update README.md

This commit is contained in:
Robert Kiel
2015-05-31 16:41:01 -04:00
parent 6b04052a2c
commit 94fb96ad2d

View File

@@ -5,13 +5,13 @@ clone the repository
``` ```
mkdir -p ~/GitHub/rkiel mkdir -p ~/GitHub/rkiel
cd ~/GitHub/rkiel cd ~/GitHub/rkiel
git clone git@github.com:rkiel/git-feature.git git clone git@github.com:rkiel/git-utilities.git
``` ```
add the bin to your path add the bin to your path
``` ```
export PATH=~/GitHub/rkiel/git-feature/bin:$PATH export PATH=~/GitHub/rkiel/git-utilities/bin:$PATH
``` ```
### Usage ### Usage