Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

Commit 7dc0fe6

Browse files
authored
Update README.md
1 parent babb67a commit 7dc0fe6

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
11
# ShellCheck binaries for the VS Code extension
22

3-
ShellCheck binaries distributed in `.tar.gz` format for Linux and macOS. Used by [ShellCheck VS Code extension](https://github.com/vscode-shellcheck/vscode-shellcheck).
3+
ShellCheck binaries repackaged in `.tar.gz` format.
44

55
## Why?
66

7-
- ShellCheck ships binaries packaged in `.tar.xz` format, in which [`bindl`](https://github.com/felipecrs/bindl/issues/217) doesn't support by default.
7+
- ShellCheck ships binaries packaged in `.tar.xz` format, and [`bindl`](https://github.com/felipecrs/bindl) had no support for `.tar.xz` (but now it does).
88

9-
## How to generate more binaries?
9+
## How to add a new version?
1010

11-
Simply push a new tag to this repository in the format `v*.*.*` matching the [ShellCheck version](https://github.com/koalaman/shellcheck/releases). The CI will generate binaries for all supported platforms and upload them to the release.
12-
13-
Example:
14-
15-
```console
16-
git push origin HEAD:refs/tags/v0.10.0 --force
17-
```
11+
Simply add the new version to the [matrix](https://github.com/vscode-shellcheck/shellcheck-binaries/blob/babb67a25637dabc4c9651e358be0b7a25dcdfb9/.github/workflows/ci.yaml#L41).
1812

1913
## Development
2014

0 commit comments

Comments
 (0)