diff --git a/README.md b/README.md index 32f76f5..4961dcc 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,11 @@ ## Run Command ``` curl https://waren.io/init.sh -o init.sh -bash init.sh +chmod +x init.sh +./init.sh ``` -## Build Command +## Maintaining Command ``` -bash build.sh +./maintainer.sh ```