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
|
||||
- curl
|
||||
|
||||
# Install
|
||||
# Install ⚙️
|
||||
|
||||
``` bash
|
||||
curl -o is-wordpress https://raw.githubusercontent.com/tanrax/is-wordpress/master/is-wordpress
|
||||
chmod +x is-wordpress
|
||||
```
|
||||
|
||||
# HOW TO USE IT
|
||||
# Run 🏃♂️
|
||||
|
||||
``` bash
|
||||
./is-wordpress [domain]
|
||||
```
|
||||
|
||||
# EXAMPLE
|
||||
# Example 👨🎓
|
||||
|
||||
``` bash
|
||||
./is-wordpress blog.us.playstation.com
|
||||
```
|
||||
↓
|
||||
⬇️
|
||||
``` bash
|
||||
true
|
||||
```
|
||||
@ -30,7 +30,7 @@ true
|
||||
``` bash
|
||||
./is-wordpress google.com
|
||||
```
|
||||
↓
|
||||
⬇️
|
||||
``` bash
|
||||
false
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user