Update README.md

This commit is contained in:
Andros Fenollosa 2019-12-14 09:10:21 +01:00 committed by GitHub
parent fba9c85cd9
commit f76c41ba41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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