From 384206780adc563981577db540a74c5c2829b77e Mon Sep 17 00:00:00 2001 From: Indradhanush Gupta Date: Tue, 5 Aug 2025 18:45:22 +0100 Subject: [PATCH] doc: Add go install command in installation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 62a36617..24dc4b9b 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,12 @@ Commands which previously took a username will now expect an email address such ## Install +If you have `go` installed already, you can run the following to install it directly: + +``` +go install github.com/go-jira/jira/cmd/jira@latest +``` + ### Download You can download one of the pre-built binaries for **go-jira** [here](https://github.com/go-jira/jira/releases).