mirror of
https://github.com/zizmorcore/zizmor.git
synced 2025-12-23 08:47:33 +00:00
parent
5495af96b6
commit
44a27e2435
18 changed files with 939 additions and 345 deletions
|
|
@ -8,16 +8,6 @@ description: Installation instructions for zizmor.
|
|||
|
||||
`zizmor` is available within several packaging ecosystems.
|
||||
|
||||
=== ":simple-rust: crates.io"
|
||||
|
||||

|
||||
|
||||
You can install `zizmor` from <https://crates.io> with `cargo`:
|
||||
|
||||
```bash
|
||||
cargo install --locked zizmor
|
||||
```
|
||||
|
||||
=== ":simple-homebrew: Homebrew"
|
||||
|
||||

|
||||
|
|
@ -55,6 +45,22 @@ description: Installation instructions for zizmor.
|
|||
uvx zizmor --help
|
||||
```
|
||||
|
||||
=== ":simple-rust: crates.io"
|
||||
|
||||

|
||||
|
||||
You can install `zizmor` from [crates.io](https://crates.io) with `cargo`:
|
||||
|
||||
!!! note
|
||||
|
||||
Passing `--locked` to `cargo install` is **strongly recommended**,
|
||||
as an unlocked build may pull in different dependency versions
|
||||
than have been tested upstream. See rust-lang/cargo!7169 for context.
|
||||
|
||||
```bash
|
||||
cargo install --locked zizmor
|
||||
```
|
||||
|
||||
=== ":simple-docker: Docker"
|
||||
|
||||
An official `zizmor` image is available from the [GitHub Container Registry](https://ghcr.io/zizmorcore/zizmor):
|
||||
|
|
@ -145,7 +151,7 @@ description: Installation instructions for zizmor.
|
|||
|
||||
!!! info
|
||||
|
||||
Are you interested in packaging `zizmor` for another ecosystem?
|
||||
Have you packaged `zizmor` for another ecosystem?
|
||||
Let us know by [filing an issue](https://github.com/zizmorcore/zizmor/issues/new)!
|
||||
|
||||
The badge below tracks `zizmor`'s overall packaging status.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue