updates: cleanup

This commit is contained in:
rkiel
2019-01-22 23:16:50 -05:00
parent 0bc0293d01
commit d5ee0ecc4d
2 changed files with 2 additions and 9 deletions

View File

@@ -21,8 +21,7 @@ The `bash` utilities come directly from the [git source contrib](https://github.
Clone the repository
```
mkdir -p ~/GitHub/rkiel
cd ~/GitHub/rkiel
mkdir -p ~/GitHub/rkiel && cd $_
git clone https://github.com/rkiel/git-utilities.git
```
@@ -30,7 +29,7 @@ To update your `.bash_profile` and `.bashrc`.
```
cd ~/GitHub/rkiel/git-utilities
./install/bin/setup --user rkiel
./install/bin/setup --user $USER
```
## Documention