We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2824a9 commit b2ff292Copy full SHA for b2ff292
README.md
@@ -20,6 +20,13 @@ pathtraits batch .
20
pathtraits get foo.txt
21
```
22
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
30
## Developing
31
32
- use Pylint
0 commit comments