From: Mauro Scomparin Date: Thu, 5 Jul 2018 22:02:19 +0000 (+0200) Subject: Added info to readme X-Git-Url: https://git.scompo.it/?a=commitdiff_plain;h=177a6d0b2ff7ca9012361a01b27817dd54053451;p=money.git Added info to readme --- diff --git a/README.rst b/README.rst index 744401b..6248b9c 100644 --- a/README.rst +++ b/README.rst @@ -2,3 +2,31 @@ money ===== python script I run on my phone to log my expenses. + +Installation +************ + +To install the latest version just + +:: + + $ git clone http://code.scompo.it:3000/scompo/money.git + $ cd money + $ python3 setup.py install + +Configuration +************* + +Config file location: $HOME/.config/money.conf + +Default values +************** + +The default configuration it's equivalent to: + +:: + + { + "dataFile":"movimenti.dat", + "latestMovementsNumber": 5 + }