Skip to content

Commit 949100b

Browse files
authored
Update Welcome window to reference TOML instead of JSON (#254)
1 parent b995906 commit 949100b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/windows/welcome.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ The different subcommands are:
3737

3838
## Additional Configuration
3939

40-
You can customize iamb in your `$CONFIG_DIR/iamb/config.json` file, where
41-
`$CONFIG_DIR` is your system's per-user configuration directory.
40+
You can customize iamb in your `$CONFIG_DIR/iamb/config.toml` file, where
41+
`$CONFIG_DIR` is your system's per-user configuration directory. For example,
42+
this is typically `~/.config/iamb/config.toml` on systems that use the XDG
43+
Base Directory Specification.
4244

43-
You can edit the following values in the file:
44-
45-
- `"default_profile"`, a profile name to use when starting iamb if one wasn't specified
46-
- `"cache"`, a directory for cached iamb
45+
See the manual pages or <https://iamb.chat> for more details on how to
46+
further configure or use iamb.

0 commit comments

Comments
 (0)