We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b4b11 commit fa43ed3Copy full SHA for fa43ed3
1 file changed
install.sh
@@ -4,8 +4,9 @@ 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)
+# Export PREFIX to install to $PREFIX/bin/ directory (default: /usr/local for
+# root, $HOME/.local for non-root), e.g., export PREFIX=$HOME/custom to install
9
+# to $HOME/custom/bin
10
11
echo "Installing GitHub Copilot CLI..."
12
0 commit comments