From 58af37528f25aca7c2dee6ebbef4bea9bc4f75bb Mon Sep 17 00:00:00 2001 From: Juliette Wang <39065949+immjs@users.noreply.github.com> Date: Tue, 3 Mar 2026 22:41:49 +0100 Subject: [PATCH] Fix nix run command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8824a1d..48cdede 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ There is a `flake.nix` that can be used run temporarily locally, or to install o ### Shell -`nix run 'https://github.com/pkulak/matui.git'` +`nix run github:pkulak/matui` ### OS