Add emojis
This commit is contained in:
parent
477f0e81f4
commit
686c9eab26
12
README.md
12
README.md
@ -1,27 +1,27 @@
|
|||||||
# Requirements
|
# Requirements 👀
|
||||||
|
|
||||||
- bash 4.0 or higher
|
- bash 4.0 or higher
|
||||||
- curl
|
- curl
|
||||||
|
|
||||||
# Install
|
# Install ⚙️
|
||||||
|
|
||||||
``` 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
|
||||||
```
|
```
|
||||||
|
|
||||||
# HOW TO USE IT
|
# 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
|
||||||
true
|
true
|
||||||
```
|
```
|
||||||
@ -30,7 +30,7 @@ true
|
|||||||
``` bash
|
``` bash
|
||||||
./is-wordpress google.com
|
./is-wordpress google.com
|
||||||
```
|
```
|
||||||
↓
|
⬇️
|
||||||
``` bash
|
``` bash
|
||||||
false
|
false
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user