kubeconform/site/content/docs/installation.md
2021-12-19 23:46:04 +01:00

28 lines
No EOL
712 B
Markdown

---
title: "Installation"
date: 2021-07-02T00:00:00Z
draft: false
tags: ["Kubeconform", "Installation"]
weight: 2
---
## Linux
Download the latest release from our [release page](https://github.com/yannh/kubeconform/releases).
For example, for Linux on x86_64 architecture:
{{< prism >}}curl -L https://github.com/yannh/kubeconform/releases/latest/download/kubeconform-linux-amd64.tar.gz | tar xvzf - && \
sudo mv kubeconform /usr/local/bin/
{{< /prism >}}
## MacOs
Kubeconform is available to install using [Homebrew](https://brew.sh/):
{{< prism >}}$ brew install kubeconform
{{< /prism >}}
## Windows
Download the latest release from our [release page](https://github.com/yannh/kubeconform/releases).