mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-06 04:51:37 -07:00
Add Flox to list of installation methods
This commit is contained in:
parent
ac8fb00504
commit
78d1ee0222
1 changed files with 5 additions and 0 deletions
|
@ -228,6 +228,11 @@ Using the [nix package manager](https://nixos.org/nix):
|
||||||
nix-env -iA nixpkgs.shellcheck
|
nix-env -iA nixpkgs.shellcheck
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Using the [Flox package manager](https://flox.dev/)
|
||||||
|
```sh
|
||||||
|
flox install shellcheck
|
||||||
|
```
|
||||||
|
|
||||||
Alternatively, you can download pre-compiled binaries for the latest release here:
|
Alternatively, you can download pre-compiled binaries for the latest release here:
|
||||||
|
|
||||||
* [Linux, x86_64](https://github.com/koalaman/shellcheck/releases/download/stable/shellcheck-stable.linux.x86_64.tar.xz) (statically linked)
|
* [Linux, x86_64](https://github.com/koalaman/shellcheck/releases/download/stable/shellcheck-stable.linux.x86_64.tar.xz) (statically linked)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue