Removed slash from Linux section

This commit is contained in:
Matías Locatti 2022-09-13 15:24:07 -03:00 committed by GitHub
parent 2d45695005
commit ef284f85b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ sudo docker run -d \
--max_members 4 \
--token "<INSERT YUZU ACCOUNT TOKEN HERE>" \
--enable-yuzu-mods \
--web-api-url https://api.yuzu-emu.org/
--web-api-url https://api.yuzu-emu.org
```
Make sure the ports specified in `--publish` matches the port specified in `--port`, so that *Docker* can correctly forward your server's ports to the container.