File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,18 @@ It works on Linux, Windows (WSL2) and OSX.
9
9
- [ VS code] ( https://code.visualstudio.com/download ) installed
10
10
- [ VS code dev containers extension] ( https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers ) installed
11
11
- [ Docker] ( https://www.docker.com/products/docker-desktop ) installed and running
12
+ - [ Docker Compose] ( https://docs.docker.com/compose/install/ ) installed
12
13
13
14
## Setup
14
15
15
16
1 . Create the following files and directory on your host if you don't have them:
16
17
17
18
``` sh
18
19
touch ~ /.gitconfig ~ /.zsh_history
20
+ mkdir -p ~ /.ssh
19
21
```
20
22
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.
22
24
1. Open the command palette in Visual Studio Code (CTRL+SHIFT+P).
23
25
1. Select ` Dev-Containers: Open Folder in Container...` and choose the project directory.
24
26
You can’t perform that action at this time.
0 commit comments