Skip to content

Commit b708d6b

Browse files
authored
Change example to use .park instead of SV6
1 parent fa38e2a commit b708d6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ $ docker run --rm -p 11753:11753 -it openrct2/openrct2-cli host https://bit.do/o
2020
All configuration data is stored inside the container. If you want to persist it outside the container, you can mount it to a volume or your local filesystem. Mounting your local filesystem also allows you to read and write saved games locally. For example:
2121

2222
```
23-
$ docker run --rm -p 11753:11753 -v /home/me/openrct2-config:/home/openrct2/.config/OpenRCT2 -it openrct2/openrct2-cli host /home/openrct2/.config/OpenRCT2/save/mypark.sv6
23+
$ docker run --rm -p 11753:11753 -v /home/me/openrct2-config:/home/openrct2/.config/OpenRCT2 -it openrct2/openrct2-cli host /home/openrct2/.config/OpenRCT2/save/mypark.park
2424
```
2525

2626
The command above will mount the OpenRCT2 user / config directory inside the container to a directory on your local filesystem. This will allow you to persist and edit the configuration, saved games etc. locally.
2727

28-
It will then host a new server and load the saved game `mypark.sv6` located in the mounted directory under the save subdirectory.
28+
It will then host a new server and load the saved game `mypark.park` located in the mounted directory under the save subdirectory.
2929

3030
## Tags
3131

0 commit comments

Comments
 (0)