Skip to content

Commit 0348081

Browse files
authored
Merge pull request #2 from sbimochan/readme
readme: Update readme. Implement via /usr/local/bin
2 parents 49b4952 + f73d1b0 commit 0348081

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ will produce default command
2323

2424
```git clone https://github.com/sbimochan/smart-commit.git```
2525

26-
```alias gcommit="sh ~/bin/smart-commit/commit"```
26+
```cd smart-commit```
27+
28+
```cp commit /usr/local/bin```
29+
30+
```cd /usr/local/bin```
31+
32+
```chmod +x commit```
2733

2834
And restart the terminal

0 commit comments

Comments
 (0)