We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c7f591 commit bfd5194Copy full SHA for bfd5194
README.md
@@ -3,7 +3,7 @@ Watches nginx directory and reloads nginx server on file change
3
4
5
### Install
6
-`wget https://raw.githubusercontent.com/devotox/nginx-watch/master/nginx-watch.sh -O /usr/bin/nginx-watch && chmod +x /usr/bin/nginx-watch`
+`sudo wget https://raw.githubusercontent.com/devotox/nginx-watch/master/nginx-watch.sh -O /usr/bin/nginx-watch && chmod +x /usr/bin/nginx-watch`
7
8
### Run
9
-`nginx-watch`
+`sudo nginx-watch`
0 commit comments