replace go get with go install, fixes #54

This commit is contained in:
bakito 2022-01-24 07:54:30 +01:00
parent 0fdb80b04d
commit 250a3490ce
No known key found for this signature in database
GPG key ID: FAF93C1C384DD6B4

View file

@ -27,8 +27,10 @@ To skip automatic setup
## Install ## Install
Get from [releases](https://github.com/bakito/adguardhome-sync/releases) or install from source
```bash ```bash
go get -u github.com/bakito/adguardhome-sync go install github.com/bakito/adguardhome-sync@latest
``` ```
## Prerequisites ## Prerequisites