Skip to content

Commit

Permalink
fix(docs): Fixes formatting of paths
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Thomas <taylor@cosmonic.com>
  • Loading branch information
thomastaylor312 committed Sep 4, 2024
1 parent 403b619 commit 5e8b074
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ The default location is `$XDG_CONFIG_HOME/wkg/config.toml` on unix-like systems
`{FOLDERID_RoamingAppData}\wkg\config.toml` on Windows but this can be overridden with the
`--config` flag. Examples of this are found below:

| Platform | Path |
| -------- | --------------------------------------------- |
| Linux | /home/<username>/.config |
| macOS | /Users/<username>/Library/Application Support |
| Windows | C:\Users\<username>\AppData\Roaming |
| Platform | Path |
| -------- | ----------------------------------------------- |
| Linux | `/home/<username>/.config` |
| macOS | `/Users/<username>/Library/Application Support` |
| Windows | `C:\Users\<username>\AppData\Roaming` |

The configuration file is TOML and currently must be edited manually. A future release will include
an interactive CLI for editing the configuration.
Expand Down

0 comments on commit 5e8b074

Please sign in to comment.