From 177a6d0b2ff7ca9012361a01b27817dd54053451 Mon Sep 17 00:00:00 2001 From: Mauro Scomparin Date: Fri, 6 Jul 2018 00:02:19 +0200 Subject: [PATCH] Added info to readme --- README.rst | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) 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 + } -- 2.25.1