Update install

This commit is contained in:
Andros Fenollosa 2019-12-01 10:48:37 +01:00
parent 9db9cd2af8
commit d9bc3dd640

View File

@ -1,11 +1,12 @@
# Requirements # Requirements
bash 4.0 or higher - bash 4.0 or higher
- curl
# Install # Install
``` bash ``` bash
curl is-wordpress curl -o is-wordpress https://raw.githubusercontent.com/tanrax/is-wordpress/master/is-wordpress
chmod +x is-wordpress chmod +x is-wordpress
``` ```
@ -18,5 +19,5 @@ chmod +x is-wordpress
# EXAMPLE # EXAMPLE
``` bash ``` bash
./is-wordpress https://blog.us.playstation.com/ ./is-wordpress blog.us.playstation.com
``` ```