Update usage and mention required lua version
This commit is contained in:
parent
e294fcf762
commit
dae2a45710
1 changed files with 5 additions and 2 deletions
|
@ -2,14 +2,17 @@
|
|||
|
||||
## Requirements
|
||||
|
||||
* lua
|
||||
* lua >= 5.3
|
||||
* curl
|
||||
* sed
|
||||
* date
|
||||
|
||||
## Usage
|
||||
|
||||
c4mate [-u <user>] [ <query> | -b <id> | -l | +/-<amount> | -g <amount> <user> [<reason>]]
|
||||
If no username is given via the "-u" command line flag, c4mate will use the
|
||||
value of the $USER environment variable as username.
|
||||
|
||||
Usage: c4mate [-u <user>] [ <query> | -b <id> | -l | +/-<amount> | -g <amount> <user> [<reason>]]
|
||||
Display current balance:
|
||||
c4mate
|
||||
Find and buy item (interactive):
|
||||
|
|
Loading…
Reference in a new issue