From c683d99c3df6955e1fd5c4837cadbecb3bf53ab6 Mon Sep 17 00:00:00 2001 From: Adphi Date: Sat, 21 Nov 2020 14:02:56 +0100 Subject: [PATCH] fix install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74d9ab9..e0ec580 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Accesses the [Gogs Client API](https://github.com/gogits/go-gogs-client), which ## Setup. ```bash -go get go.adphi.net/gogs-cli/cmd/gogs +go get go.adphi.net/gogs-cli/... go install go.adphi.net/gogs-cli/cmd/gogs ```