From 0da2585c3f2f8af86dd5065e4129963219d7c4c5 Mon Sep 17 00:00:00 2001 From: hatch01 <42416805+hatch01@users.noreply.github.com> Date: Wed, 10 Apr 2024 09:50:58 +0200 Subject: [PATCH] fix nix run link Co-authored-by: Thomas Lepoix --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 9e9eeb3b..03fab780 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -61,7 +61,7 @@ nix build Or if you have flake enabled, you can also run ```bash -nix run github:/bkryza/clang-uml +nix run github:bkryza/clang-uml ``` #### Windows