diff options
author | superlou | 2021-08-16 12:19:05 +0000 |
---|---|---|
committer | Gokul Soumya | 2021-08-16 13:41:56 +0000 |
commit | 4b5090a5f61553e272864d3d894cb5132f4d7b00 (patch) | |
tree | 8f42ac0c33c4aa086528c2906f221429469e8a2b /book | |
parent | ac3c1719c968cdad7b17a7a8a115bc722928bbb9 (diff) |
Update configuration.md for Windows
Added explicit paths for WIndows, Mac, and Linux based on [`choose_base_strategy`](https://docs.rs/etcetera/0.3.2/etcetera/base_strategy/fn.choose_base_strategy.html)
Diffstat (limited to 'book')
-rw-r--r-- | book/src/configuration.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/book/src/configuration.md b/book/src/configuration.md index 5ca23911..00dfbbd8 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -1,6 +1,9 @@ # Configuration -To override global configuration parameters create a `config.toml` file located in your config directory (i.e `~/.config/helix/config.toml`). +To override global configuration parameters, create a `config.toml` file located in your config directory: + +* Linux and Mac: `~/.config/helix/config.toml` +* Windows: `%AppData%\helix\config.toml` ## LSP |