From 0447e9edd2fe0cef80733b586bc7b1db35bfb327 Mon Sep 17 00:00:00 2001 From: materus Date: Wed, 20 Mar 2024 00:17:30 +0100 Subject: [PATCH] Add info about cache location to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a78ecaa..9f9518d 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ Options: -L, --list-rates List exchange rate for currency -h, --help Print help ``` +Cache and api key is stored by default in `/currencyCache.db`. This location and filename can be overriden by setting up `CURRENCY_CACHE` env variable. + ## Build Needs rust and cargo, build tested on rust v1.76.0\ To build run command