README.md Update
This commit is contained in:
parent
0b0237ede5
commit
399372294c
@ -5,4 +5,11 @@
|
|||||||
mkdir $HOME/bin &> /dev/null
|
mkdir $HOME/bin &> /dev/null
|
||||||
curl https://git.waren.io/warengroup/wx/raw/branch/master/wx -o $HOME/bin/wx &> /dev/null
|
curl https://git.waren.io/warengroup/wx/raw/branch/master/wx -o $HOME/bin/wx &> /dev/null
|
||||||
chmod +x $HOME/bin/wx &> /dev/null
|
chmod +x $HOME/bin/wx &> /dev/null
|
||||||
|
export PATH=$HOME/bin:$PATH
|
||||||
|
```
|
||||||
|
|
||||||
|
## Schedule
|
||||||
|
```
|
||||||
|
# Warén CLI
|
||||||
|
*/30 * * * * $HOME/bin/wx auto
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user