Skip to content

Commit

Permalink
docs: tweak installation layout (woodruffw#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Dec 2, 2024
1 parent 42aa8c4 commit c0f60da
Showing 1 changed file with 37 additions and 15 deletions.
52 changes: 37 additions & 15 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,52 @@ description: Installation instructions for zizmor.

# Installation

## From crates.io
## From package managers

You can install `zizmor` from <https://crates.io> with `cargo`:
`zizmor` is available within several packaging ecosystems.

```bash
cargo install zizmor
```
=== "crates.io"

## From Homebrew
You can install `zizmor` from <https://crates.io> with `cargo`:

`zizmor` is provided by [Homebrew](https://brew.sh/) as well:
```bash
cargo install zizmor
```

```bash
brew install zizmor
```
=== "Homebrew"

`zizmor` is provided by [Homebrew](https://brew.sh/):

```bash
brew install zizmor
```

=== "Nix"

!!! note

This is a community-maintained package.

```bash
# without flakes
nix-env -iA nixos.zizmor

# with flakes
nix profile install nixpkgs#zizmor
```

=== "Other ecosystems"

!!! info

Are you interested in packaging `zizmor` for another ecosystem?
Let us know by [filing an issue](https://github.com/woodruffw/zizmor/issues/new)!

## Other package managers
The badge below tracks `zizmor`'s overall packaging status.

!!! info
[![Packaging status](https://repology.org/badge/vertical-allrepos/zizmor.svg)](https://repology.org/project/zizmor/versions)

Are you interested in packaging `zizmor` for another ecosystem?
Let us know by [filing an issue](https://github.com/woodruffw/zizmor/issues/new)!

[![Packaging status](https://repology.org/badge/vertical-allrepos/zizmor.svg)](https://repology.org/project/zizmor/versions)

## From source

Expand Down

0 comments on commit c0f60da

Please sign in to comment.