Skip to content

Commit fa43ed3

Browse files
committed
Clarify
1 parent 01b4b11 commit fa43ed3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

install.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ set -e
44
# GitHub Copilot CLI Installation Script
55
# Usage: curl -fsSL https://gh.io/copilot-install | bash
66
# 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)
7+
# Export PREFIX to install to $PREFIX/bin/ directory (default: /usr/local for
8+
# root, $HOME/.local for non-root), e.g., export PREFIX=$HOME/custom to install
9+
# to $HOME/custom/bin
910

1011
echo "Installing GitHub Copilot CLI..."
1112

0 commit comments

Comments
 (0)