From c03b6ce891775d990b1c21dd604f7e440856f110 Mon Sep 17 00:00:00 2001 From: Aleksey Levenstein Date: Tue, 3 Jan 2023 19:57:29 +0200 Subject: [PATCH] docs: update codespace installation instructions (#6781) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f281f9fa..21e7269d8 100644 --- a/README.md +++ b/README.md @@ -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": {} } ```