From ed6b78022a53890381e9f5e5f0392f86b7b4f5f1 Mon Sep 17 00:00:00 2001 From: eymeric Date: Thu, 6 Jun 2024 15:26:36 +0200 Subject: [PATCH] doc: add nixpkgs avalability --- docs/installation.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index cfc6e31a..22db7bdb 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -56,7 +56,15 @@ conda install -c bkryza/label/clang-uml clang-uml #### Nix +You can use the version packaged in nixpkgs like this: ```bash +nix-shell -p clang-uml +``` + +Or you can build it by yourself + +```bash +# To build it by yourself git clone https://github.com/bkryza/clang-uml # To build using nix flakes