We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72867b7 + 3f0a7ae commit a5a5a9eCopy full SHA for a5a5a9e
1 file changed
README.md
@@ -19,16 +19,8 @@ will produce default command
19
```git commit -m "New feature"``` and execute it
20
21
### Installation
22
-Goto your desired location
+Run this command on terminal
23
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```
+```curl https://raw.githubusercontent.com/sbimochan/smart-commit/master/commit -o /usr/local/bin/commit && chmod +x /usr/local/bin/commit```
33
34
And restart the terminal
0 commit comments