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 - ```