Skip to content

Commit 65faf44

Browse files
committed
docs: adjust setup-install step order
1 parent 6fb4507 commit 65faf44

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,17 @@ git submodule add https://github.com/graycoreio/magento2-devcontainer.git .devco
4343
> If you're on Windows (and not using WSL2) and don't have access to bash, you can simply get away with copying the sample
4444
> `devcontainer.json.sample`, `docker-compose.overrides.yml` and making a simple `docker-compose.yml` with the following content into your .devcontainer folder:
4545
46+
4. Open the project in VS Code and click "Reopen in Container" when prompted.
47+
4648
```yml
4749
services: {}
4850
```
4951
50-
4. (Optional) Run the `setup` script
52+
5. (Optional) Run the `setup` script
5153
```bash
5254
/bin/bash .devcontainer/magento2-devcontainer/bin/setup-install.sh
5355
```
5456

55-
5. Open the project in VS Code and click "Reopen in Container" when prompted.
5657

5758
## Additional Resources
5859

0 commit comments

Comments
 (0)