docs: fix tabs in installation (#1326)
Some checks failed
CI / Test (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Test site build (push) Has been cancelled
zizmor wheel builds for PyPI 🐍 / Build Windows wheels (push) Has been cancelled
zizmor wheel builds for PyPI 🐍 / Build macOS wheels (push) Has been cancelled
zizmor wheel builds for PyPI 🐍 / Build source distribution (push) Has been cancelled
Deploy zizmor documentation site 🌐 / Deploy zizmor documentation to GitHub Pages 🌐 (push) Has been cancelled
GitHub Actions Security Analysis with zizmor 🌈 / Run zizmor 🌈 (push) Has been cancelled
zizmor wheel builds for PyPI 🐍 / Build Linux wheels (manylinux) (push) Has been cancelled
zizmor wheel builds for PyPI 🐍 / Build Linux wheels (musllinux) (push) Has been cancelled
CI / All tests pass (push) Has been cancelled
zizmor wheel builds for PyPI 🐍 / Release (push) Has been cancelled

Signed-off-by: William Woodruff <william@yossarian.net>
This commit is contained in:
William Woodruff 2025-11-08 23:56:54 -05:00 committed by GitHub
parent 2ebb9100f0
commit d8484fff6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ description: Installation instructions for zizmor.
`zizmor` is available within several packaging ecosystems.
=== ":simple-homebrew: Homebrew" { #homebrew }
=== ":simple-homebrew: Homebrew"
![Homebrew Formula Version](https://img.shields.io/homebrew/v/zizmor)
@ -18,7 +18,7 @@ description: Installation instructions for zizmor.
brew install zizmor
```
=== ":simple-pypi: PyPI" { #pypi }
=== ":simple-pypi: PyPI"
![PyPI - Version](https://img.shields.io/pypi/v/zizmor)
@ -45,7 +45,7 @@ description: Installation instructions for zizmor.
uvx zizmor --help
```
=== ":simple-rust: crates.io" { #cratesio }
=== ":simple-rust: crates.io"
![Crates.io Version](https://img.shields.io/crates/v/zizmor)
@ -61,7 +61,7 @@ description: Installation instructions for zizmor.
cargo install --locked zizmor
```
=== ":simple-docker: Docker" { #docker }
=== ":simple-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" { #conda }
=== ":simple-anaconda: Conda"
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/zizmor/badges/version.svg)](https://anaconda.org/conda-forge/zizmor)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/zizmor/badges/latest_release_date.svg)](https://anaconda.org/conda-forge/zizmor)
@ -89,7 +89,7 @@ description: Installation instructions for zizmor.
for additional information.
=== ":material-nix: Nix" { #nix }
=== ":material-nix: Nix"
[![nixpkgs unstable package](https://repology.org/badge/version-for-repo/nix_unstable/zizmor.svg)](https://repology.org/project/zizmor/versions)
@ -105,7 +105,7 @@ description: Installation instructions for zizmor.
nix profile install nixpkgs#zizmor
```
=== ":simple-archlinux: Arch Linux" { #archlinux }
=== ":simple-archlinux: Arch Linux"
[![Arch Linux package](https://repology.org/badge/version-for-repo/arch/zizmor.svg)](https://repology.org/project/zizmor/versions)
@ -118,7 +118,7 @@ description: Installation instructions for zizmor.
pacman -S zizmor
```
=== "Chimera Linux" { #chimeralinux }
=== "Chimera Linux"
[![Chimera Linux package](https://repology.org/badge/version-for-repo/chimera/zizmor.svg)](https://repology.org/project/zizmor/versions)
@ -135,7 +135,7 @@ description: Installation instructions for zizmor.
apk add zizmor
```
=== ":simple-alpinelinux: Alpine Linux" { #alpinelinux }
=== ":simple-alpinelinux: Alpine Linux"
[![Alpine Linux package](https://repology.org/badge/version-for-repo/alpine_edge/zizmor.svg)](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