fix(docs): use new golang install mechanismen
This commit is contained in:
parent
773545643c
commit
2792010a81
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue