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 +```