mirror of
https://github.com/zizmorcore/zizmor.git
synced 2025-12-23 08:47:33 +00:00
docs: add troubleshooting page (#1296)
This commit is contained in:
parent
4aebb6d141
commit
5370ac492d
7 changed files with 139 additions and 14 deletions
|
|
@ -8,7 +8,7 @@ description: Installation instructions for zizmor.
|
|||
|
||||
`zizmor` is available within several packaging ecosystems.
|
||||
|
||||
=== ":simple-homebrew: Homebrew"
|
||||
=== ":simple-homebrew: Homebrew" { #homebrew }
|
||||
|
||||

|
||||
|
||||
|
|
@ -18,7 +18,7 @@ description: Installation instructions for zizmor.
|
|||
brew install zizmor
|
||||
```
|
||||
|
||||
=== ":simple-pypi: PyPI"
|
||||
=== ":simple-pypi: PyPI" { #pypi }
|
||||
|
||||

|
||||
|
||||
|
|
@ -45,7 +45,7 @@ description: Installation instructions for zizmor.
|
|||
uvx zizmor --help
|
||||
```
|
||||
|
||||
=== ":simple-rust: crates.io"
|
||||
=== ":simple-rust: crates.io" { #cratesio }
|
||||
|
||||

|
||||
|
||||
|
|
@ -61,7 +61,7 @@ description: Installation instructions for zizmor.
|
|||
cargo install --locked zizmor
|
||||
```
|
||||
|
||||
=== ":simple-docker: Docker"
|
||||
=== ":simple-docker: Docker" { #docker }
|
||||
|
||||
An official `zizmor` image is available from the [GitHub Container Registry](https://ghcr.io/zizmorcore/zizmor):
|
||||
|
||||
|
|
@ -69,7 +69,7 @@ description: Installation instructions for zizmor.
|
|||
docker pull ghcr.io/zizmorcore/zizmor:latest
|
||||
```
|
||||
|
||||
=== ":simple-anaconda: Conda"
|
||||
=== ":simple-anaconda: Conda" { #conda }
|
||||
|
||||
[](https://anaconda.org/conda-forge/zizmor)
|
||||
[](https://anaconda.org/conda-forge/zizmor)
|
||||
|
|
@ -89,7 +89,7 @@ description: Installation instructions for zizmor.
|
|||
for additional information.
|
||||
|
||||
|
||||
=== ":material-nix: Nix"
|
||||
=== ":material-nix: Nix" { #nix }
|
||||
|
||||
[](https://repology.org/project/zizmor/versions)
|
||||
|
||||
|
|
@ -105,7 +105,7 @@ description: Installation instructions for zizmor.
|
|||
nix profile install nixpkgs#zizmor
|
||||
```
|
||||
|
||||
=== ":simple-archlinux: Arch Linux"
|
||||
=== ":simple-archlinux: Arch Linux" { #archlinux }
|
||||
|
||||
[](https://repology.org/project/zizmor/versions)
|
||||
|
||||
|
|
@ -118,7 +118,7 @@ description: Installation instructions for zizmor.
|
|||
pacman -S zizmor
|
||||
```
|
||||
|
||||
=== "Chimera Linux"
|
||||
=== "Chimera Linux" { #chimeralinux }
|
||||
|
||||
[](https://repology.org/project/zizmor/versions)
|
||||
|
||||
|
|
@ -135,7 +135,7 @@ description: Installation instructions for zizmor.
|
|||
apk add zizmor
|
||||
```
|
||||
|
||||
=== ":simple-alpinelinux: Alpine Linux"
|
||||
=== ":simple-alpinelinux: Alpine Linux" { #alpinelinux }
|
||||
|
||||
[](https://repology.org/project/zizmor/versions)
|
||||
|
||||
|
|
@ -147,7 +147,7 @@ description: Installation instructions for zizmor.
|
|||
apk add zizmor
|
||||
```
|
||||
|
||||
=== "Other ecosystems"
|
||||
=== "Other ecosystems" { #other-ecosystems }
|
||||
|
||||
!!! info
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue