Skip to content

Commit b2ff292

Browse files
authored
Add db config to README
1 parent f2824a9 commit b2ff292

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ pathtraits batch .
2020
pathtraits get foo.txt
2121
```
2222

23+
## Configuration
24+
25+
### Database path
26+
27+
The databse is being created in your home directory by default at "~/.pathtraits.db".
28+
One can change this by setting the environmental variable `PATHTRAITS_DB_PATH` to any other path with write permssions if needed.
29+
2330
## Developing
2431

2532
- use Pylint

0 commit comments

Comments
 (0)