Skip to content

Commit c730a55

Browse files
committed
📝 Remove comment from json of portable mode
1 parent ca8f82d commit c730a55

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/content/docs/portable-mode.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

3735
The 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.
3937
This 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">

0 commit comments

Comments
 (0)