From adb5280888be99e82ff8e3f74c23f841706f314d Mon Sep 17 00:00:00 2001 From: Paul Cretu Date: Wed, 26 Jul 2023 16:51:55 +0000 Subject: [PATCH] Add link to dev containers install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fb3c7ca..dc08fa89 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Once you have one of these up and running, see the [Getting everything running]( #### Using VS Code -This project comes with a [devcontainer.json configuration](https://code.visualstudio.com/docs/devcontainers/containers) which can be used with VS Code. This takes care of all the `docker-compose` stuff in the background so you don't have to worry about it. When you open the project in VS Code, it should prompt you to start it in a dev container. Once the dev container starts, you can open a new terminal window in VS Code to run commands. See [the commands below](#getting-everything-running) for how to get everything started. +This project comes with a [devcontainer.json configuration](https://code.visualstudio.com/docs/devcontainers/containers) which can be used with VS Code. This takes care of all the `docker-compose` stuff in the background so you don't have to worry about it. When you open the project in VS Code, it should prompt you to start it in a dev container (assuming [you've installed Docker and the Dev Containers extension](https://code.visualstudio.com/docs/devcontainers/containers#_installation)). Once the dev container starts, you can open a new terminal window in VS Code to run commands. See [the commands below](#getting-everything-running) for how to get everything started. #### Using docker-compose directly