docs: update codespace installation instructions (#6781)

This commit is contained in:
Aleksey Levenstein 2023-01-03 19:57:29 +02:00 committed by GitHub
parent 6618baaf63
commit c03b6ce891
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,7 +92,7 @@ To add GitHub CLI to your codespace, add the following to your [devcontainer fil
```json
"features": {
"github-cli": "latest"
"ghcr.io/devcontainers/features/github-cli:1": {}
}
```