Update README.md

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

View File

@ -8,18 +8,19 @@
``` bash ``` bash
curl -o is-wordpress https://raw.githubusercontent.com/tanrax/is-wordpress/master/is-wordpress curl -o is-wordpress https://raw.githubusercontent.com/tanrax/is-wordpress/master/is-wordpress
chmod +x is-wordpress chmod +x is-wordpress
sudo mv is-wordpress /usr/local/bin
``` ```
# Run 🏃‍♂️ # Run 🏃‍♂️
``` bash ``` bash
./is-wordpress [domain] is-wordpress [domain]
``` ```
# Example 👨‍🎓 # Example 👨‍🎓
``` bash ``` bash
./is-wordpress blog.us.playstation.com is-wordpress blog.us.playstation.com
``` ```
⬇️ ⬇️
``` bash ``` bash
@ -28,7 +29,7 @@ true
--- ---
``` bash ``` bash
./is-wordpress google.com is-wordpress google.com
``` ```
⬇️ ⬇️
``` bash ``` bash