Skip to content

Commit 126315b

Browse files
committed
chore(dev): small readme fixes to devcontainer
1 parent 03f5d0b commit 126315b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.devcontainer/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,18 @@ It works on Linux, Windows (WSL2) and OSX.
99
- [VS code](https://code.visualstudio.com/download) installed
1010
- [VS code dev containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) installed
1111
- [Docker](https://www.docker.com/products/docker-desktop) installed and running
12+
- [Docker Compose](https://docs.docker.com/compose/install/) installed
1213

1314
## Setup
1415

1516
1. Create the following files and directory on your host if you don't have them:
1617

1718
```sh
1819
touch ~/.gitconfig ~/.zsh_history
20+
mkdir -p ~/.ssh
1921
```
2022

21-
1. **For OSX hosts**: ensure your home directory `~` is accessible by Docker.
23+
1. **For OSX hosts**: ensure the project directory and your home directory `~` are accessible by Docker.
2224
1. Open the command palette in Visual Studio Code (CTRL+SHIFT+P).
2325
1. Select `Dev-Containers: Open Folder in Container...` and choose the project directory.
2426

0 commit comments

Comments
 (0)