Skip to content

Commit c346aa2

Browse files
authored
Merge pull request #775 from github/devm33/doc-install-version
Add example for installing a specific version in README
2 parents dc98c1b + 3cda173 commit c346aa2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ when run as root or `$HOME/.local` when run as a non-root user.
7676

7777
Set `VERSION` to install a specific version. Defaults to the latest version.
7878

79+
For example, to install version `v0.0.369` to a custom directory:
80+
81+
```bash
82+
curl -fsSL https://gh.io/copilot-install | VERSION="v0.0.369" PREFIX="$HOME/custom" bash
83+
```
84+
7985
### Launching the CLI
8086

8187
```bash

0 commit comments

Comments
 (0)