Skip to content

Commit

Permalink
Fix copy-paste error in Docker examples
Browse files Browse the repository at this point in the history
  • Loading branch information
troglobit authored Feb 9, 2024
1 parent 975a116 commit 7b61687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ A tiny Docker container image is available from GitHub:
The save game feature work only if you map your `$HOME` to the
container's `/root` and run:

docker run -it --rm -v $HOME:/root ghcr.io/troglobit/mg:latest
docker run -it --rm -v $HOME:/root ghcr.io/troglobit/adventure:latest

This saves the game state to `~/.adventure` when you issue the `suspend`
command. To resume the game, append the `-r` option:

docker run -it --rm -v $HOME:/root ghcr.io/troglobit/mg:latest -r
docker run -it --rm -v $HOME:/root ghcr.io/troglobit/adventure:latest -r


Tips
Expand Down

0 comments on commit 7b61687

Please sign in to comment.