Skip to content

Commit 4d3f4f0

Browse files
authored
Merge pull request #2387 from menicosia/patch-1
Trivial README updates
2 parents 854c4ee + 18442c4 commit 4d3f4f0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Stop polluting your `~/bin` directory and your `.bashrc` file, fork/clone Bash-i
4242

4343
## Installation
4444

45-
1) Check out a clone of this repo to a location of your choice, such as
45+
1) Clone this repo to a location of your choice, such as
4646
``git clone --depth=1 https://github.com/Bash-it/bash-it.git ~/.bash_it``
4747
2) Run ``~/.bash_it/install.sh``
4848

@@ -51,9 +51,9 @@ That's it! :smiley:
5151
You can check out more components of Bash-it, and customize it to your desire.
5252
For more information, see detailed instructions [here](https://bash-it.readthedocs.io/en/latest/installation/).
5353

54-
### custom configuration file location
54+
### Custom configuration file location
5555

56-
By default the instller modifies/creates the actual ``~/.bashrc`` is updated.
56+
By default, the installer modifies/creates ``~/.bashrc`` in place. If a config file already exists, a backup will be made.
5757
If this is undesirable, you can create another file, by run the installer:
5858
```bash
5959
BASH_IT_CONFIG_FILE=path/to/my/custom/location.bash ~/.bash_it/install.sh

0 commit comments

Comments
 (0)