From 810d6a56200010d7511fcb0f3e797a50b77f93b5 Mon Sep 17 00:00:00 2001 From: Aung Myo Kyaw Date: Wed, 1 Oct 2025 00:17:14 +0700 Subject: [PATCH] Add npx usage instruction for GitHub Copilot CLI installation --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 96e0ef6..d99063d 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,11 @@ Install globally with npm: npm install -g @github/copilot ``` +Or use npx without installing: +```bash +npx @github/copilot@latest +``` + ### Launching the CLI ```bash