From 7a8f2cde8e7473534e9ca1b8d554f97753896147 Mon Sep 17 00:00:00 2001 From: Thuan Bui Date: Mon, 11 Mar 2024 14:52:26 +0700 Subject: [PATCH] Update README.md --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4409d02..10197e1 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,12 @@ To get your WordPress installation running follow these simple steps. ```sh sh wp-install.sh ``` +### Init Wordpress Installation +1. Run shell command + ```sh + sh wp-init.sh + ``` ### Uninstall @@ -45,10 +50,3 @@ To get your WordPress installation running follow these simple steps. ```sh sh wp-uninstall.sh ``` - -### Init Wordpress Installation - -1. Run shell command - ```sh - sh wp-init.sh - ```