Skip to content

Commit 28a7ff3

Browse files
authored
Run curl command for installation as a superuser
1 parent 5e24d9b commit 28a7ff3

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)