Skip to content

Commit 6c36474

Browse files
authored
Fix unzip command syntax in release installation docs (#16)
1 parent 3ac8658 commit 6c36474

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Please note that this project is released with a [Contributor Code of Conduct](C
6161
2. Extract the archive:
6262

6363
```bash
64-
unzip codeql-development-mcp-server-vX.X.X.zip -C /path/to/destination
64+
unzip codeql-development-mcp-server-vX.X.X.zip -d /path/to/destination
6565
```
6666

6767
### VS Code Configuration

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This guide covers installation, configuration, and usage of the CodeQL Developme
1313
### From GitHub Releases
1414

1515
1. Download the latest release from [Releases](https://github.com/advanced-security/codeql-development-mcp-server/releases)
16-
2. Extract: `tar -xzvf codeql-development-mcp-server-vX.X.X.tar.gz -C /path/to/destination`
16+
2. Extract: `unzip codeql-development-mcp-server-vX.X.X.zip -d /path/to/destination`
1717

1818
### From Source
1919

0 commit comments

Comments
 (0)