From 099770cbf25ac0a8525a40390e0c58b727dedf43 Mon Sep 17 00:00:00 2001 From: chris <331548+cristoper@users.noreply.github.com> Date: Sat, 8 Jun 2024 17:24:23 -0600 Subject: [PATCH] Include version in install instructions --- readme.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.adoc b/readme.adoc index 4bc916e..cf9556d 100644 --- a/readme.adoc +++ b/readme.adoc @@ -52,7 +52,7 @@ Otherwise, if you have Go installed you can: [source, bash] ---- # Install with go -go install github.com/cristoper/gsheet/cmd/gsheet +go install github.com/cristoper/gsheet/cmd/gsheet@latest # or build/install from git repo git clone https://github.com/cristoper/gsheet.git