is-wordpress/README.md
Andros Fenollosa d9bc3dd640 Update install
2019-12-01 10:48:37 +01:00

24 lines
305 B
Markdown

# 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
```
# HOW TO USE IT
``` bash
./is-wordpress [domain]
```
# EXAMPLE
``` bash
./is-wordpress blog.us.playstation.com
```