We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc98c1b + 3cda173 commit c346aa2Copy full SHA for c346aa2
README.md
@@ -76,6 +76,12 @@ when run as root or `$HOME/.local` when run as a non-root user.
76
77
Set `VERSION` to install a specific version. Defaults to the latest version.
78
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
85
### Launching the CLI
86
87
```bash
0 commit comments