Skip to content

Fix unzip command syntax in release installation docs#16

Merged
data-douser merged 2 commits intodd/open-source-release-prep/1from
copilot/sub-pr-14
Feb 6, 2026
Merged

Fix unzip command syntax in release installation docs#16
data-douser merged 2 commits intodd/open-source-release-prep/1from
copilot/sub-pr-14

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 6, 2026

GitHub Releases are always served as .zip archives regardless of upload format. Documentation incorrectly mixed tar and unzip commands, and used invalid flags.

Changes:

  • README.md: Fixed unzip -Cunzip -d (correct flag for destination path)
  • docs/getting-started.md: Replaced tar -xzvf *.tar.gz -Cunzip *.zip -d

Corrected command:

unzip codeql-development-mcp-server-vX.X.X.zip -d /path/to/destination

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com>
Copilot AI changed the title [WIP] Update README.md and docs for consistent 'unzip' usage Fix unzip command syntax in release installation docs Feb 6, 2026
Copilot AI requested a review from data-douser February 6, 2026 04:08
@data-douser data-douser marked this pull request as ready for review February 6, 2026 04:14
@data-douser data-douser requested review from a team and enyil as code owners February 6, 2026 04:14
@data-douser data-douser merged commit 6c36474 into dd/open-source-release-prep/1 Feb 6, 2026
@data-douser data-douser deleted the copilot/sub-pr-14 branch February 6, 2026 04:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants