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 d9c5018 commit cf6859aCopy full SHA for cf6859a
install.sh
@@ -11,7 +11,7 @@ echo "Installing GitHub Copilot CLI..."
11
case "$(uname -s)" in
12
Darwin*) PLATFORM="darwin" ;;
13
Linux*) PLATFORM="linux" ;;
14
- *) echo "Error: Unsupported platform $(uname -s). For Windows, recommend using: winget install GitHub.Copilot" >&2 ; exit 1 ;;
+ *) echo "Error: Unsupported platform $(uname -s). For Windows, we recommend using: winget install GitHub.Copilot" >&2 ; exit 1 ;;
15
esac
16
17
# Detect architecture
0 commit comments