Skip to content

Commit 61fd4ac

Browse files
authored
Update README.md
1 parent 4abe870 commit 61fd4ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ git clone [email protected]:imcvampire/git-semantic-commit.git ~/git-semantic-commi
3939
2. Add the folder to your $PATH.
4040
* if using Bash, open ```~/.bashrc``` with your favourite editor and add this line:
4141
```
42-
export PATH=$PATH:$HOME/git-semantic-commits:$PATH
42+
export PATH=$PATH:$HOME/git-semantic-commits
4343
```
4444
* if using Zsh, open ```~/.zshrc``` with your favourite editor and add this line:
4545
```
46-
export PATH=$PATH:$HOME/git-semantic-commits:$PATH
46+
export PATH=$PATH:$HOME/git-semantic-commits
4747
```
4848

4949
3. Save the file and source the changes in bashrc/zshrc: ```source ~/.bashrc``` or ```source ~/.zshrc```

0 commit comments

Comments
 (0)