Skip to content

Commit e1dfdf4

Browse files
authored
Update README.md
1 parent 1d82d29 commit e1dfdf4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
Bash ustilities.
33

44
## Installation
5-
5+
```
66
git clone https://github.com/civan/scripts.git ~/scripts
7+
```
78

89
## PATH
910
make sure you have the ~/scripts folder in your $PATH.
10-
If not, add this in your profile file:
11+
If not, add this in your shell profile file. eg, (`~/.bashrc`, `~/-.zshrc`):
1112
```
1213
export PATH=$PATH:$HOME/bin:$HOME/scripts
1314
```

0 commit comments

Comments
 (0)