From f76c41ba4138f147e3bc477fdad080cefd1f9935 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sat, 14 Dec 2019 09:10:21 +0100 Subject: [PATCH] Update README.md --- README.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 94efc4e..06bae55 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,3 @@ -# Requirements 👀 - -- bash 4.0 or higher -- curl - -# Install ⚙️ - -``` 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 @@ -36,3 +23,17 @@ is-wordpress google.com false ``` +# Install ⚙️ + +## Requirements 👀 + +- bash 4.0 or higher +- curl + +Then you do this. + +``` 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 +```