Merge pull request #71 from victorcoder/master

Installation paths are not correct
pull/74/merge
Mark Szymanski 2011-07-19 07:38:30 -07:00
commit 021000ce5d
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ Includes autocompletion, themes, aliases, custom functions, a few stolen pieces
## Install ## Install
1. Check a clone of this repo: `git clone http://github.com/revans/bash-it.git bash_it` 1. Check a clone of this repo: `git clone http://github.com/revans/bash-it.git ~/.bash_it`
2. Run `install.sh` (it automatically backs up your `~/.bash_profile`) 2. Run `~/.bash_it/install.sh` (it automatically backs up your `~/.bash_profile`)
3. Edit your `~/.bash_profile` file in order to customize bash-it. 3. Edit your `~/.bash_profile` file in order to customize bash-it.
**NOTE:** **NOTE:**