diff --git a/README.md b/README.md index 399465a..4f1c633 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ When referring to `{repo_dir}`, use absolute paths (e.g., `~/scripts`). Add this to the `.config/alacritty/alacritty.toml` ``` import = [ - "~/scripts/alacritty.toml" + "{repo_dir}/alacritty.toml" ] ```