Skip to content

Commit 4e69767

Browse files
authored
Merge pull request #2988 from bryanhonof/bryanhonof.add-flox
Add Flox to list of installation methods
2 parents 8bf8cf5 + 78d1ee0 commit 4e69767

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,11 @@ Using the [nix package manager](https://nixos.org/nix):
229229
nix-env -iA nixpkgs.shellcheck
230230
```
231231

232+
Using the [Flox package manager](https://flox.dev/)
233+
```sh
234+
flox install shellcheck
235+
```
236+
232237
Alternatively, you can download pre-compiled binaries for the latest release here:
233238

234239
* [Linux, x86_64](https://github.com/koalaman/shellcheck/releases/download/stable/shellcheck-stable.linux.x86_64.tar.xz) (statically linked)

0 commit comments

Comments
 (0)