We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8bf8cf5 + 78d1ee0 commit 4e69767Copy full SHA for 4e69767
README.md
@@ -229,6 +229,11 @@ Using the [nix package manager](https://nixos.org/nix):
229
nix-env -iA nixpkgs.shellcheck
230
```
231
232
+Using the [Flox package manager](https://flox.dev/)
233
+```sh
234
+flox install shellcheck
235
+```
236
+
237
Alternatively, you can download pre-compiled binaries for the latest release here:
238
239
* [Linux, x86_64](https://github.com/koalaman/shellcheck/releases/download/stable/shellcheck-stable.linux.x86_64.tar.xz) (statically linked)
0 commit comments