Skip to content

Commit db6de17

Browse files
authored
Merge pull request #20 from prtx/master
Run curl command for installation as a superuser
2 parents 5e24d9b + 28a7ff3 commit db6de17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Create a commit prefixed with the current branch name.
99
Run this command on terminal.
1010

1111
```shell
12-
curl https://raw.githubusercontent.com/sbimochan/smart-commit/master/commit -o /usr/local/bin/commit && chmod +x /usr/local/bin/commit
12+
sudo curl https://raw.githubusercontent.com/sbimochan/smart-commit/master/commit -o /usr/local/bin/commit && sudo chmod +x /usr/local/bin/commit
1313
```
1414

1515
## Usage

0 commit comments

Comments
 (0)