Skip to content

Commit c2aa268

Browse files
authored
Update README for compose file instructions
Clarify usage of compose files for different operating systems.
1 parent 7319000 commit c2aa268

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ A `development container` (or dev container for short) allows you to use a cont
3939
- Verify the compose file used in the container used in `.devcontainer/devcontaoiner.json`, given your operative system:
4040
```json
4141
"dockerComposeFile": [
42-
"../compose_linux_host.yaml" # or can be also "../compose_macos_host.yaml" if you use MacOS
42+
"../compose_linux_host.yaml"
4343
],
4444
```
45+
- Can also be `../compose_macos_host.yaml` if you use MacOS
4546
- Open folder with VScode using the dev containers plugin (https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
4647
- `control + shift + p`
4748
- Write `Dev Containers: Reopen in Container` or `Dev Containers: Rebuild and Reopen in Container`

0 commit comments

Comments
 (0)