Skip to content

Commit a5a5a9e

Browse files
authored
Merge pull request #5 from RobusGauli/update-installation-cmd
2 parents 72867b7 + 3f0a7ae commit a5a5a9e

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,8 @@ will produce default command
1919
```git commit -m "New feature"``` and execute it
2020

2121
### Installation
22-
Goto your desired location
22+
Run this command on terminal
2323

24-
```git clone https://github.com/sbimochan/smart-commit.git```
25-
26-
```cd smart-commit```
27-
28-
```cp commit /usr/local/bin```
29-
30-
```cd /usr/local/bin```
31-
32-
```chmod +x commit```
24+
```curl https://raw.githubusercontent.com/sbimochan/smart-commit/master/commit -o /usr/local/bin/commit && chmod +x /usr/local/bin/commit```
3325

3426
And restart the terminal

0 commit comments

Comments
 (0)