mirror of
https://github.com/redstrate/Kawari.git
synced 2025-07-23 13:07:45 +00:00
Remove quotes in YAML config example from USAGE
This was invalid YAML and was causing confusion, apparently YAML needs backslashes escaped but only in quotes. Since this doesn't really need to be quoted, I just removed them.
This commit is contained in:
parent
9d106c7050
commit
a39a7c7e38
1 changed files with 1 additions and 1 deletions
2
USAGE.md
2
USAGE.md
|
@ -34,7 +34,7 @@ Afterwards, create a `config.yaml` in the current directory. Currently the minim
|
|||
|
||||
```yaml
|
||||
filesystem:
|
||||
game_path: "C:\Program Files (x86)\SquareEnix\FINAL FANTASY XIV - A Realm Reborn\game"
|
||||
game_path: C:\Program Files (x86)\SquareEnix\FINAL FANTASY XIV - A Realm Reborn\game
|
||||
```
|
||||
|
||||
More configuration options can be found in `config.rs`, such as changing the ports services run on. If you plan on just running it locally for yourself, you don't need to set anything else.
|
||||
|
|
Loading…
Add table
Reference in a new issue