From 1d4ffa73e579ee699616ac6ca0a5f83ea11d6c30 Mon Sep 17 00:00:00 2001 From: Patrick Lipka Date: Fri, 17 Dec 2021 13:29:00 +0100 Subject: [PATCH] Settings section added --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 575b066..80e0741 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,11 @@ USER_NAME="" make sudo make install ~~~~ -Note that there is not `/home` directory on macOS. You may want to set `TRACKING_DIR=/Users/$USER/track`. +Note that there is no `/home` directory on macOS. You may want to set `TRACKING_DIR=/Users/$USER/track`. ## Settings - +The file `$PREFIX/etc/tt.conf` has the format `key=value` and contains the following settings: +* `user_name` - user name to be mentioned in monthly reports +* `tracking_directory` - directory where tracking files are saved and loaded from ## Usage