mirror of
https://github.com/bakito/adguardhome-sync.git
synced 2024-11-10 09:12:29 +08:00
replace go get with go install, fixes #54
This commit is contained in:
parent
0fdb80b04d
commit
250a3490ce
1 changed files with 3 additions and 1 deletions
|
@ -27,8 +27,10 @@ To skip automatic setup
|
|||
|
||||
## Install
|
||||
|
||||
Get from [releases](https://github.com/bakito/adguardhome-sync/releases) or install from source
|
||||
|
||||
```bash
|
||||
go get -u github.com/bakito/adguardhome-sync
|
||||
go install github.com/bakito/adguardhome-sync@latest
|
||||
```
|
||||
|
||||
## Prerequisites
|
||||
|
|
Loading…
Reference in a new issue