You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,10 @@ The easiest way to get started developing this repository on your own machine is
59
59
60
60
### Using the Dev Container
61
61
62
-
1. Open the repository in Visual Studio Code.
63
-
2. When prompted, reopen the repository in the dev container.
64
-
3. The dev container will automatically set up the development environment.
62
+
1. Install and run [Docker](https://www.docker.com/).
63
+
2. Open the repository in [Visual Studio Code](https://code.visualstudio.com/).
64
+
3. When prompted, reopen the repository in the dev container.
65
+
4. The dev container will automatically set up the development environment.
65
66
66
67
**Summary of using a dev container:**
67
68
A dev container is a pre-configured development environment that includes all the necessary tools and dependencies. It allows you to start developing without having to manually set up your environment.
0 commit comments