From 3cda17302368a581a99091556b94b085362529b4 Mon Sep 17 00:00:00 2001 From: Devraj Mehta Date: Fri, 12 Dec 2025 15:12:36 -0500 Subject: [PATCH] Add example for installing a specific version in README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 085f8837..b922eb59 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,12 @@ when run as root or `$HOME/.local` when run as a non-root user. Set `VERSION` to install a specific version. Defaults to the latest version. +For example, to install version `v0.0.369` to a custom directory: + +```bash +curl -fsSL https://gh.io/copilot-install | VERSION="v0.0.369" PREFIX="$HOME/custom" bash +``` + ### Launching the CLI ```bash