From 24d91842b20f6bcc35aaf46a4ff344673bd0cdff Mon Sep 17 00:00:00 2001 From: Thuan Bui Date: Mon, 11 Mar 2024 14:53:47 +0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 10197e1..304906e 100644 --- a/README.md +++ b/README.md @@ -35,18 +35,18 @@ To get your WordPress installation running follow these simple steps. 1. Modify passwords and variables inside ```.env``` file as you wish 2. Run shell command ```sh - sh wp-install.sh + ./wp-install.sh ``` ### Init Wordpress Installation 1. Run shell command ```sh - sh wp-init.sh + ./wp-init.sh ``` ### Uninstall 1. Run shell command ```sh - sh wp-uninstall.sh + ./wp-uninstall.sh ```