docs: use go install

This commit is contained in:
sentriz
2021-09-15 10:52:23 +01:00
parent 0edee132ed
commit ef5920ea78

View File

@@ -38,7 +38,7 @@ password can then be changed from the web interface
```bash
$ apt install build-essential git sqlite libtag1-dev ffmpeg libasound-dev # for debian like
$ pacman -S base-devel git sqlite taglib ffmpeg alsa-lib # for arch like
$ go get go.senan.xyz/gonic/cmd/gonic
$ go install go.senan.xyz/gonic/cmd/gonic@latest
$ export PATH=$PATH:$HOME/go/bin
$ gonic -h # or see "configuration options below"
```