From d071b45d22a000705106855be4ce61d22926a7cb Mon Sep 17 00:00:00 2001 From: Karun Sandhu <129101708+MrSom3body@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:45:17 +0100 Subject: [PATCH] fix installation in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5824c8..4c8b81f 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ inputs.gotcha.packages.${pkgs.system}.default Get the [latest release](https://github.com/MrSom3body/gotcha/releases) or compile it yourself if you want an useful output for your local IP. You can do that really easy by installing go and running the following commands: ```bash -git clone github.com/MrSom3body/gotcha +git clone https://github.com/MrSom3body/gotcha cd gotcha go build -ldflags="-s -w" ```