Skip to content

Commit 4a9dbf5

Browse files
authored
added info on how to locate config files
1 parent 42d07aa commit 4a9dbf5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

cli/config/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,17 @@ missing files.
3636

3737
If you are running a version of the application you have built yourself and not installed, config folder would be located in folder `verapdf` in the user directory.
3838

39+
### Finding where config files are located
40+
To find the location of config files on your system, run
41+
```
42+
verapdf --config
43+
```
44+
45+
A sample output (on Windows) will be:
46+
```
47+
CONFIG: Config location: C:\Users\<User name>\AppData\Roaming\verapdf\config
48+
```
49+
3950
### veraPDF config files
4051
There are four config files available:
4152

0 commit comments

Comments
 (0)