From 4a76d1127fb10916e8fdd5b73dd8a981f946b6a0 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Sun, 9 Aug 2026 08:38:10 +0300 Subject: [PATCH] docs: improve README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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