From 949100bdc7e65e08ef7e6c5e40ec277fc73b1e87 Mon Sep 17 00:00:00 2001 From: Ulyssa Date: Thu, 11 Apr 2024 23:20:05 -0700 Subject: [PATCH] Update Welcome window to reference TOML instead of JSON (#254) --- src/windows/welcome.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/windows/welcome.md b/src/windows/welcome.md index 9e12b90..b86a9fe 100644 --- a/src/windows/welcome.md +++ b/src/windows/welcome.md @@ -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 for more details on how to +further configure or use iamb.