~abyxcos/smallblog

9a6ad7721bb901796368a6e699611e245d26a51f — abyxcos 1 year, 3 months ago 9fc1e20 smallblog.go
Update installation instructions.
1 files changed, 1 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +1 -1
@@ 7,7 7,7 @@ A sample of a website using smallblog is available [here](https://mnetic.ch/blog

## Installation
```shell
go get git.sr.ht/~abyxcos/smallblog
go install git.sr.ht/~abyxcos/smallblog@latest
```

Alternatively, this repository can be cloned and a local copy can be built with `go build`. The `smallblog` binary may then be copied around as desired.