File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,17 +33,17 @@ See their commit history for examples of properly-formatted commit messages.
33
33
34
34
1 . Clone this repo, prefferably in your $HOME directory.
35
35
```
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
37
37
```
38
38
39
39
2 . Add the folder to your $PATH.
40
40
* if using Bash, open ``` ~/.bashrc ``` with your favourite editor and add this line:
41
41
```
42
- export PATH=$PATH:$HOME/. git-semantic-commits:$PATH
42
+ export PATH=$PATH:$HOME/git-semantic-commits:$PATH
43
43
```
44
44
* if using Zsh, open ``` ~/.zshrc ``` with your favourite editor and add this line:
45
45
```
46
- export PATH=$PATH:$HOME/. git-semantic-commits:$PATH
46
+ export PATH=$PATH:$HOME/git-semantic-commits:$PATH
47
47
```
48
48
49
49
3 . Save the file and source the changes in bashrc/zshrc: ``` source ~/.bashrc ``` or ``` source ~/.zshrc ```
You can’t perform that action at this time.
0 commit comments