From 7d9462dba803ecfff570164d935df045521ea976 Mon Sep 17 00:00:00 2001 From: dre Date: Sun, 11 Jul 2021 23:07:47 +0800 Subject: [PATCH] fix docs for install instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7c50134..029a127 100644 --- a/README.md +++ b/README.md @@ -54,15 +54,15 @@ page = ":filename" ### Installation ``` -go install github.com/n0x1m/hugoext +go install github.com/n0x1m/hugoext@latest ``` To use the gemini file server and markdown to gemtext converter in the examples below, also install these: ``` -go install github.com/n0x1m/md2gmi -go install github.com/n0x1m/gmifs +go install github.com/n0x1m/md2gmi@latest +go install github.com/n0x1m/gmifs@latest ``` ### Development