Update README.md
This commit is contained in:
parent
b64770eb63
commit
fba9c85cd9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user