Skip to content

Commit

Permalink
Update GETTING_STARTED.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenCyril authored Jan 4, 2024
1 parent 1f483e8 commit 31c5a7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions artifact-clean/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ In this set-up, the reader considers this code mainly as the artifact for our pa
Here are the instructions:
- Run a Docker container from this image and leave this terminal on the side.
```shell
docker run -d cohencyril/trocq
docker run -it -v --rm cohencyril/trocq
```
- Start VSCode on the host and install the [Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extension or run `code --install-extension ms-vscode-remote.remote-containers`
- Click on the `><` button at the bottom left-hand corner of the window.
- Start VSCode on the host and install the [Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extension by running `code --install-extension ms-vscode-remote.remote-containers` or from the menus.
- Click on the `><` button at the bottom left-hand corner of the window or press F1.
A menu opens in the middle.
- Choose `Attach to Running Container...` and select the container that is based on the `cohencyril/trocq` image.
A new window opens and connects to this container.
Expand Down

0 comments on commit 31c5a7b

Please sign in to comment.