Skip to content

Commit 4abe870

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ See their commit history for examples of properly-formatted commit messages.
3333

3434
1. Clone this repo, prefferably in your $HOME directory.
3535
```
36-
git clone [email protected]:imcvampire/git-semantic-commit.git ~/.git-semantic-commits
36+
git clone [email protected]:imcvampire/git-semantic-commit.git ~/git-semantic-commits
3737
```
3838

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:$PATH
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:$PATH
4747
```
4848

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

0 commit comments

Comments
 (0)