From f5ce9c8c8f52f97c461d63ec28ee137eddd2a54e Mon Sep 17 00:00:00 2001 From: shinya Date: Thu, 20 Mar 2025 10:44:29 +0100 Subject: [PATCH] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83e2001..f90b946 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Alternatively you can also install Godot system-wide like this: ``` inputs = { # ... - godot.url = "nix run git+https://git.foglar.tech/foglar/godot-4.4.1"; + godot.url = "git+https://git.foglar.tech/foglar/godot-4.4.1"; # ... };