docs: add nix install instructions for main package itself

This commit is contained in:
Mahyar Mirrashed
2025-06-12 21:31:08 -05:00
parent 8fc5d0a204
commit 4fae752f4a
+6
View File
@@ -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`.