fix go get install path (#150)

This commit is contained in:
Jef Vantongerloo 2022-03-14 02:33:34 +01:00 committed by GitHub
parent aa636603a7
commit a097185b7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@ docker run -e BINARY_NAME=ethr -e GOOS=darwin -v $(pwd):/out microsoft/ethr make
## Using go get ## Using go get
``` ```
go get github.com/Microsoft/ethr go get github.com/microsoft/ethr
``` ```
## Using ArchLinux AUR ## Using ArchLinux AUR