Update readme
parent
67c73305d3
commit
de77a2b1eb
15
README.md
15
README.md
|
@ -3,6 +3,21 @@
|
|||
A mini utility script for curiouser's *botany* (a plant-cultivating game).
|
||||
|
||||
|
||||
## Commands
|
||||
|
||||
```
|
||||
wilty list Show a list of live plants sorted by the longest interval
|
||||
since last watering. Helpful for catching wilting plants.
|
||||
Use "wilty list user|plant" to sort alphabetically by
|
||||
username or plant type instead.
|
||||
|
||||
wilty stats Show some general stats.
|
||||
Use "wilty stats live" to show stats on live plants.
|
||||
|
||||
wilty water Water a random plant.
|
||||
```
|
||||
|
||||
|
||||
## License
|
||||
|
||||
MIT (c) 2019 mio
|
||||
|
|
Loading…
Reference in New Issue