Skip to content

Commit

Permalink
add git submodule update instruction (#11)
Browse files Browse the repository at this point in the history
* use prebuilt ghcr.io container by default

* add submodule update instruction
  • Loading branch information
usrbinkat authored Nov 2, 2023
1 parent 82a20ba commit cb7af0b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ git submodule add https://github.com/pulumi/devcontainer .devcontainer
git submodule update --init --recursive
```

To update the devcontainer submodule in consuming repos:

```bash
git submodule update --remote --merge
```

After the submodule is added, you can open your project in VS Code and it will automatically detect the Dev Container configuration and prompt you to open the project in a container, or you can open the project in Github CodeSpaces.

# Github CodeSpaces
Expand Down

0 comments on commit cb7af0b

Please sign in to comment.