mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 17:55:34 +08:00
Merge pull request #2988 from bryanhonof/bryanhonof.add-flox
Add Flox to list of installation methods
This commit is contained in:
@@ -229,6 +229,11 @@ Using the [nix package manager](https://nixos.org/nix):
|
||||
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:
|
||||
|
||||
* [Linux, x86_64](https://github.com/koalaman/shellcheck/releases/download/stable/shellcheck-stable.linux.x86_64.tar.xz) (statically linked)
|
||||
|
Reference in New Issue
Block a user