fix docs for install instructions

This commit is contained in:
dre 2021-07-11 23:07:47 +08:00
parent 9e934a9cf1
commit 7d9462dba8

View file

@ -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