Skip to content

Commit cedf07f

Browse files
authored
Merge pull request #120 from kvokka/add-aicommit2-dockercontainer
Add vscode devcontainer to readme
2 parents cb1ded6 + 6e0564e commit cedf07f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,17 @@ npm run build
7575
npm install -g .
7676
```
7777

78+
**Via vscode devcontainer**:
79+
80+
Add [feature](https://github.com/kvokka/features/tree/main/src/aicommit2) to
81+
your `devcontainer.json` file:
82+
83+
```json
84+
"features": {
85+
"ghcr.io/kvokka/features/aicommit2:1": {}
86+
}
87+
```
88+
7889
2. Set up API keys (**at least ONE key must be set**):
7990

8091
```sh

0 commit comments

Comments
 (0)