mirror of
https://github.com/zizmorcore/zizmor.git
synced 2025-12-23 08:47:33 +00:00
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
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:
parent
2ebb9100f0
commit
d8484fff6e
1 changed files with 10 additions and 10 deletions
|
|
@ -8,7 +8,7 @@ description: Installation instructions for zizmor.
|
|||
|
||||
`zizmor` is available within several packaging ecosystems.
|
||||
|
||||
=== ":simple-homebrew: Homebrew" { #homebrew }
|
||||
=== ":simple-homebrew: Homebrew"
|
||||
|
||||

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

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

|
||||
|
||||
|
|
@ -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"
|
||||
|
||||
[](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" { #nix }
|
||||
=== ":material-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" { #archlinux }
|
||||
=== ":simple-archlinux: Arch Linux"
|
||||
|
||||
[](https://repology.org/project/zizmor/versions)
|
||||
|
||||
|
|
@ -118,7 +118,7 @@ description: Installation instructions for zizmor.
|
|||
pacman -S zizmor
|
||||
```
|
||||
|
||||
=== "Chimera Linux" { #chimeralinux }
|
||||
=== "Chimera Linux"
|
||||
|
||||
[](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"
|
||||
|
||||
[](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