File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,14 +28,12 @@ So for instance if you downloaded the Kando zip archive from GitHub and extracte
2828
2929``` json title=portableMode.json
3030{
31- // The path to the configuration directory.
32- // This can be an absolute path or a path relative to this file.
3331 "configDirectory" : " config"
3432}
3533```
3634
3735The above example would make Kando load and save its configuration files in a subfolder named ` config ` next to the executable.
38- If you specified an absolute path instead, Kando would use that path.
36+ If you specified an absolute path (like ` C:\path\to\something ` ) instead, Kando would use that path.
3937This way, you can also use portable mode to load and save the configuration files in any other directory on your system.
4038
4139<Aside type = " note" title = " Cache Files" >
You can’t perform that action at this time.
0 commit comments