docs: document windows config path
This commit is contained in:
parent
b137c7b5ea
commit
0de503ccd9
|
|
@ -10,9 +10,12 @@ Herdr works without a config file. Add one when you want custom keys, themes, si
|
|||
Herdr reads config from:
|
||||
|
||||
```text
|
||||
~/.config/herdr/config.toml
|
||||
Linux and macOS: ~/.config/herdr/config.toml
|
||||
Windows: %APPDATA%\herdr\config.toml
|
||||
```
|
||||
|
||||
Run `herdr --help` to see the resolved config path for your system.
|
||||
|
||||
Print the full default config:
|
||||
|
||||
```bash
|
||||
|
|
|
|||
|
|
@ -10,9 +10,12 @@ Herdr は設定ファイルなしで動作します。カスタムキー、テ
|
|||
Herdr は次の場所から設定を読み込みます:
|
||||
|
||||
```text
|
||||
~/.config/herdr/config.toml
|
||||
Linux と macOS: ~/.config/herdr/config.toml
|
||||
Windows: %APPDATA%\herdr\config.toml
|
||||
```
|
||||
|
||||
システム上で解決された設定ファイルのパスは、`herdr --help` で確認できます。
|
||||
|
||||
完全なデフォルト設定を表示します:
|
||||
|
||||
```bash
|
||||
|
|
|
|||
|
|
@ -10,9 +10,12 @@ Herdr 无需配置文件即可工作。当你想要自定义按键、主题、
|
|||
Herdr 从这里读取配置:
|
||||
|
||||
```text
|
||||
~/.config/herdr/config.toml
|
||||
Linux 和 macOS: ~/.config/herdr/config.toml
|
||||
Windows: %APPDATA%\herdr\config.toml
|
||||
```
|
||||
|
||||
运行 `herdr --help` 可查看系统解析后的配置文件路径。
|
||||
|
||||
打印完整的默认配置:
|
||||
|
||||
```bash
|
||||
|
|
|
|||
|
|
@ -10,9 +10,12 @@ Herdr works without a config file. Add one when you want custom keys, themes, si
|
|||
Herdr reads config from:
|
||||
|
||||
```text
|
||||
~/.config/herdr/config.toml
|
||||
Linux and macOS: ~/.config/herdr/config.toml
|
||||
Windows: %APPDATA%\herdr\config.toml
|
||||
```
|
||||
|
||||
Run `herdr --help` to see the resolved config path for your system.
|
||||
|
||||
Print the full default config:
|
||||
|
||||
```bash
|
||||
|
|
|
|||
|
|
@ -10,9 +10,12 @@ Herdr は設定ファイルなしで動作します。カスタムキー、テ
|
|||
Herdr は次の場所から設定を読み込みます:
|
||||
|
||||
```text
|
||||
~/.config/herdr/config.toml
|
||||
Linux と macOS: ~/.config/herdr/config.toml
|
||||
Windows: %APPDATA%\herdr\config.toml
|
||||
```
|
||||
|
||||
システム上で解決された設定ファイルのパスは、`herdr --help` で確認できます。
|
||||
|
||||
完全なデフォルト設定を表示します:
|
||||
|
||||
```bash
|
||||
|
|
|
|||
|
|
@ -10,9 +10,12 @@ Herdr 无需配置文件即可工作。当你想要自定义按键、主题、
|
|||
Herdr 从这里读取配置:
|
||||
|
||||
```text
|
||||
~/.config/herdr/config.toml
|
||||
Linux 和 macOS: ~/.config/herdr/config.toml
|
||||
Windows: %APPDATA%\herdr\config.toml
|
||||
```
|
||||
|
||||
运行 `herdr --help` 可查看系统解析后的配置文件路径。
|
||||
|
||||
打印完整的默认配置:
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Reference in New Issue