Skip to content

Commit

Permalink
Merge pull request #2988 from bryanhonof/bryanhonof.add-flox
Browse files Browse the repository at this point in the history
Add Flox to list of installation methods
  • Loading branch information
koalaman authored Aug 20, 2024
2 parents 8bf8cf5 + 78d1ee0 commit 4e69767
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4e69767

Please sign in to comment.