diff --git a/README.md b/README.md index ffea6f8..12e99d8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + +

@@ -19,7 +21,7 @@ CHEPANEL is a powerful Ubuntu hosting control panel designed to simplify the pro ## Installation -To install ChePanel, you need to run this commands: +To install ChePanel, you need to run these commands: ``` wget https://raw.githubusercontent.com/anjasamar/ChePanel/main/installers/install.sh && chmod +x install.sh && ./install.sh @@ -29,7 +31,7 @@ The admin panel can be opened on port: yourserver.com:8443 ## Updating -To update ChePanel, you need to run this commands: +To update ChePanel, you need to run these commands: ``` rm -rf update.sh && wget https://raw.githubusercontent.com/anjasamar/ChePanel/main/web/update.sh && chmod +x update.sh && ./update.sh