From b4e1753073df556aff7597573a7bf13a479b4fe5 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Tue, 9 Apr 2019 00:59:33 +0200 Subject: [PATCH] [skip travis] fix install link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67d1c9d..deb0e7e 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ ## Getting Started ```bash -wget -qO wo wordops.io/install && sudo bash wo # 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 ```