Add info about cache location to README.md
This commit is contained in:
parent
62ba979598
commit
0447e9edd2
|
@ -25,6 +25,8 @@ Options:
|
||||||
-L, --list-rates <currency> List exchange rate for currency
|
-L, --list-rates <currency> List exchange rate for currency
|
||||||
-h, --help Print help
|
-h, --help Print help
|
||||||
```
|
```
|
||||||
|
Cache and api key is stored by default in `<TMPDIR>/currencyCache.db`. This location and filename can be overriden by setting up `CURRENCY_CACHE` env variable.
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
Needs rust and cargo, build tested on rust v1.76.0\
|
Needs rust and cargo, build tested on rust v1.76.0\
|
||||||
To build run command
|
To build run command
|
||||||
|
|
Reference in New Issue