From fba9c85cd954e40d5f662e1b4e2805f66ec6409b Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sat, 14 Dec 2019 09:08:33 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e398674..94efc4e 100644 --- a/README.md +++ b/README.md @@ -8,18 +8,19 @@ ``` bash curl -o is-wordpress https://raw.githubusercontent.com/tanrax/is-wordpress/master/is-wordpress chmod +x is-wordpress +sudo mv is-wordpress /usr/local/bin ``` # Run 🏃‍♂️ ``` bash -./is-wordpress [domain] +is-wordpress [domain] ``` # Example 👨‍🎓 ``` bash -./is-wordpress blog.us.playstation.com +is-wordpress blog.us.playstation.com ``` ⬇️ ``` bash @@ -28,7 +29,7 @@ true --- ``` bash -./is-wordpress google.com +is-wordpress google.com ``` ⬇️ ``` bash