1
Fork 0
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:
Joshua Goins 2025-07-20 06:52:57 -04:00
parent 9d106c7050
commit a39a7c7e38

View file

@ -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.