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.
1 parent 7c75e17 commit b344a06Copy full SHA for b344a06
README.md
@@ -57,6 +57,9 @@ Or
57
wget -qO- https://gh.io/copilot-install | bash
58
```
59
60
+Set `PREFIX` to install to `$PREFIX/bin/` directory. Defaults to `/usr/local`
61
+when run as root or `$HOME/.local` when run as a non-root user.
62
+
63
#### macOS
64
65
Install with [Homebrew](https://formulae.brew.sh/cask/copilot-cli):
install.sh
@@ -4,6 +4,8 @@ set -e
4
# GitHub Copilot CLI Installation Script
5
# Usage: curl -fsSL https://gh.io/copilot-install | bash
6
# or: wget -qO- https://gh.io/copilot-install | bash
7
+# Set PREFIX to install to $PREFIX/bin/ directory (default: /usr/local for root,
8
+# $HOME/.local for non-root)
9
10
echo "Installing GitHub Copilot CLI..."
11
0 commit comments