From 91e477e6ca681cb881a39a70e87b63ce821d601c Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 19 Apr 2019 05:35:39 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4409b45..36cc13a 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ ## Getting Started ```bash -curl -sL wops.cc | sudo bash # Install WordOps +wget -qO wo wops.cc && sudo bash wo # Install WordOps sudo wo site create example.com --wp # Install required packages & setup WordPress on example.com ```