Skip to content

Commit 87657bf

Browse files
committed
fix: remove curl|bash from SKILL.md to clear VirusTotal flag
1 parent 6ba6303 commit 87657bf

1 file changed

Lines changed: 2 additions & 18 deletions

File tree

SKILL.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,12 @@ Generate a single, structured markdown file from any codebase directory. The out
1313

1414
## Installation
1515

16-
### From Source (recommended — fully verified)
17-
1816
```bash
19-
# Requires Rust toolchain (cargo). Builds from source with cryptographic verification via crates.io.
17+
# Requires Rust toolchain. Builds from source with cryptographic verification via crates.io.
2018
cargo install context-builder --features tree-sitter-all
2119
```
2220

23-
### Pre-built Binary (with SHA256 verification)
24-
25-
Use the official install script, which downloads from GitHub Releases and verifies the binary checksum before installing:
26-
27-
```bash
28-
curl -sSL https://github.com/igorls/context-builder/releases/latest/download/install.sh | bash
29-
```
30-
31-
The install script:
32-
- Downloads the correct binary for your OS/architecture
33-
- **Verifies SHA256 checksum** against the published `.sha256` digest
34-
- Fails and cleans up if verification fails (fail-closed)
35-
- Installs to `~/.local/bin` (user-local, no sudo required)
36-
37-
For manual download, binaries and their `.sha256` digests are available on the [GitHub Releases](https://github.com/igorls/context-builder/releases/latest) page.
21+
Pre-built binaries with SHA256 checksums are also available for manual download from [GitHub Releases](https://github.com/igorls/context-builder/releases/latest).
3822

3923
Verify: `context-builder --version` (expected: `0.8.3`)
4024

0 commit comments

Comments
 (0)