From e76cd7f45e0d5cb484a92c557425ff1abc389de3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Sun, 30 Jun 2024 16:56:57 +0300 Subject: [PATCH] Documentation Update --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 ```