Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ git clone https://github.com/mc2-project/mc2.git
docker pull mc2project/mc2_img:v0.1.3
Comment thread
frank-lsf marked this conversation as resolved.
Outdated

# Run the container, mounting your playground to the container, and open a shell into the container
docker run -it -v </absolute/path/to/mc2/playground>:/mc2/client/playground mc2_img /bin/bash
docker run -it -v </absolute/path/to/mc2/playground>:/mc2/client/playground mc2project/mc2_img:v0.1.3 /bin/bash
Comment thread
frank-lsf marked this conversation as resolved.
Outdated
```

### Installation via build from source
Expand Down