1
0
Fork 0

Small fix to the command in README.md

Avoids a bit of trouble for people just copying and modifying this command
This commit is contained in:
Pengfei Zhu 2019-11-13 22:30:22 +08:00 committed by GitHub
parent b9cca10bff
commit fa78dcbda9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Quickly stand up new dedicated multiplayer lobbies that will be broadcasted on C
## Usage ## Usage
``` ```
sudo docker run -d \ sudo docker run -d \
--publish 5000:5000/udp --publish 5000:5000/udp \
citraemu/citra-multiplayer-dedicated \ citraemu/citra-multiplayer-dedicated \
--room-name "(COUNTRY) (REGION) - GAME TITLE" \ --room-name "(COUNTRY) (REGION) - GAME TITLE" \
--preferred-game "GAME TITLE" \ --preferred-game "GAME TITLE" \