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
|
### Compile
|
||||||
As root:
|
As root:
|
||||||
```sh
|
```sh
|
||||||
go get -v -u github.com/FreifunkBremen/yanic
|
go install github.com/FreifunkBremen/yanic@latest
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Work with other databases
|
#### Work with other databases
|
||||||
|
|
|
@ -22,7 +22,7 @@ export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
|
||||||
### Compile
|
### Compile
|
||||||
As root:
|
As root:
|
||||||
```sh
|
```sh
|
||||||
go get -v -u github.com/FreifunkBremen/yanic
|
go install github.com/FreifunkBremen/yanic@latest
|
||||||
```
|
```
|
||||||
|
|
||||||
### Install
|
### Install
|
||||||
|
|
Loading…
Reference in New Issue