Settings section added

This commit is contained in:
Patrick Lipka 2021-12-17 13:29:00 +01:00
parent 9927962523
commit 1d4ffa73e5
1 changed files with 4 additions and 2 deletions

View File

@ -32,9 +32,11 @@ USER_NAME="<Your full name>" make
sudo make install 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 ## 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 ## Usage