From d9bc3dd640d15787d89fdbfc47ba26e7c7510daa Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sun, 1 Dec 2019 10:48:37 +0100 Subject: [PATCH] Update install --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e394938..8e8aa13 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # Requirements -bash 4.0 or higher +- bash 4.0 or higher +- curl # Install ``` bash -curl is-wordpress +curl -o is-wordpress https://raw.githubusercontent.com/tanrax/is-wordpress/master/is-wordpress chmod +x is-wordpress ``` @@ -18,5 +19,5 @@ chmod +x is-wordpress # EXAMPLE ``` bash -./is-wordpress https://blog.us.playstation.com/ +./is-wordpress blog.us.playstation.com ```