diff --git a/README.md b/README.md index 191638c9..e2fa1690 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Please note that this project is released with a [Contributor Code of Conduct](C 2. Extract the archive: ```bash -unzip codeql-development-mcp-server-vX.X.X.zip -C /path/to/destination +unzip codeql-development-mcp-server-vX.X.X.zip -d /path/to/destination ``` ### VS Code Configuration diff --git a/docs/getting-started.md b/docs/getting-started.md index a0dcda3b..35f5325c 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -13,7 +13,7 @@ This guide covers installation, configuration, and usage of the CodeQL Developme ### From GitHub Releases 1. Download the latest release from [Releases](https://github.com/advanced-security/codeql-development-mcp-server/releases) -2. Extract: `tar -xzvf codeql-development-mcp-server-vX.X.X.tar.gz -C /path/to/destination` +2. Extract: `unzip codeql-development-mcp-server-vX.X.X.zip -d /path/to/destination` ### From Source