Skip to content

Commit 4bc43b3

Browse files
committed
Document db settings
1 parent d20b24a commit 4bc43b3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Tete time tracker
22

3-
- Basic CLI for time tracking: start, stop and list timers
4-
- Persistence using sqlite
5-
- Only one timer at a time
6-
- Optionally specify the database location by setting the environment variable
7-
`TETE_DB_LOCATION`
3+
- Basic CLI for time tracking: start, stop and list timers.
4+
- Persistence using sqlite. The default DB location is at `$XDG_DATA_HOME/tete`but can be optionally specified by setting the environment variable `TETE_DB_DIR`.
5+
- Only one timer at a time.
86

97
## Run tests
108
```

0 commit comments

Comments
 (0)