Skip to content

Commit e51a1da

Browse files
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! !fixup Introduce devcontainer service container based development environment (#705)
1 parent c98e767 commit e51a1da

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/docs/contribute/general-guidelines.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ which is suitable for cases when IDE integration is not needed
3030

3131
#### Automatic setup
3232

33+
> You can skip this section when using [Development Containers]. They run this
34+
> script automatically the first time the project is opened.
35+
3336
Run the setup script to automatically create and configure all necessary files
3437
and build Docker images:
3538

3639
```bash
3740
bash setup.sh
3841
```
3942

40-
[Development Containers] run this script automatically if the project has not
41-
been set up prior to opening it.
42-
4343
#### Manual setup
4444

4545
If you prefer to set up the project manually:
@@ -170,6 +170,8 @@ are shared.
170170
> You can skip this section if you do not want to automatically
171171
> [install dependencies](#installing-dependencies), [build](#building), and
172172
> [run](#running) the application, or if you are not an experienced developer.
173+
> If you do use it, you can skip those sections as well, since the steps they
174+
> describe are performed automatically.
173175

174176
Setting `COMPOSE_AUTOSTART=true` in `.env` makes the `node` and `docs`
175177
service containers automatically install dependencies, build, and run the

0 commit comments

Comments
 (0)