mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Update Welcome window to reference TOML instead of JSON (#254)
This commit is contained in:
parent
b995906c79
commit
949100bdc7
1 changed files with 6 additions and 6 deletions
|
@ -37,10 +37,10 @@ The different subcommands are:
|
|||
|
||||
## Additional Configuration
|
||||
|
||||
You can customize iamb in your `$CONFIG_DIR/iamb/config.json` file, where
|
||||
`$CONFIG_DIR` is your system's per-user configuration directory.
|
||||
You can customize iamb in your `$CONFIG_DIR/iamb/config.toml` file, where
|
||||
`$CONFIG_DIR` is your system's per-user configuration directory. For example,
|
||||
this is typically `~/.config/iamb/config.toml` on systems that use the XDG
|
||||
Base Directory Specification.
|
||||
|
||||
You can edit the following values in the file:
|
||||
|
||||
- `"default_profile"`, a profile name to use when starting iamb if one wasn't specified
|
||||
- `"cache"`, a directory for cached iamb
|
||||
See the manual pages or <https://iamb.chat> for more details on how to
|
||||
further configure or use iamb.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue