From b7b5839c59947e5bc5d519783db2e9d33647a1cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Miri=C4=87?= <1009277+imiric@users.noreply.github.com> Date: Sat, 20 Apr 2024 21:56:56 +0200 Subject: [PATCH] docs: fix go install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44c1303..a85b9d2 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ First, ensure [Git](https://github.com/git-guides/install-git) and [Go](https:// Then in a terminal run: ```sh -go install go.hackfix.me/disco@latest +go install go.hackfix.me/disco/cmd/disco@latest ```