From 4fae752f4a4e656e077df50599f023de46679b88 Mon Sep 17 00:00:00 2001 From: Mahyar Mirrashed Date: Thu, 12 Jun 2025 21:31:08 -0500 Subject: [PATCH] docs: add nix install instructions for main package itself --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 915121d..a153686 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,12 @@ Following command installs **KubeDiagrams** and all its Python dependencies, i.e pip install KubeDiagrams ``` +Alternatively, you can install via Nix: + +```sh +nix shell github:philippemerle/KubeDiagrams +``` + ## Usage **KubeDiagrams** provides two commands: `kube-diagrams` and `helm-diagrams`.