fix(docs): use new golang install mechanismen

This commit is contained in:
genofire 2022-04-14 00:28:34 +02:00
parent 773545643c
commit 2792010a81
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
### Compile
As root:
```sh
go get -v -u github.com/FreifunkBremen/yanic
go install github.com/FreifunkBremen/yanic@latest
```
#### Work with other databases

View File

@ -22,7 +22,7 @@ export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
### Compile
As root:
```sh
go get -v -u github.com/FreifunkBremen/yanic
go install github.com/FreifunkBremen/yanic@latest
```
### Install