Merge pull request #2988 from bryanhonof/bryanhonof.add-flox

Add Flox to list of installation methods
This commit is contained in:
Vidar Holen 2024-08-19 17:46:55 -07:00 committed by GitHub
commit 4e69767b03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -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)