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