We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72867b7 commit 3f0a7aeCopy full SHA for 3f0a7ae
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