Update README.md
This commit is contained in:
parent
fba9c85cd9
commit
f76c41ba41
27
README.md
27
README.md
@ -1,16 +1,3 @@
|
|||||||
# 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
|
|
||||||
sudo mv is-wordpress /usr/local/bin
|
|
||||||
```
|
|
||||||
|
|
||||||
# Run 🏃♂️
|
# Run 🏃♂️
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
@ -36,3 +23,17 @@ is-wordpress google.com
|
|||||||
false
|
false
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Install ⚙️
|
||||||
|
|
||||||
|
## Requirements 👀
|
||||||
|
|
||||||
|
- bash 4.0 or higher
|
||||||
|
- curl
|
||||||
|
|
||||||
|
Then you do this.
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
curl -o is-wordpress https://raw.githubusercontent.com/tanrax/is-wordpress/master/is-wordpress
|
||||||
|
chmod +x is-wordpress
|
||||||
|
sudo mv is-wordpress /usr/local/bin
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user