Update README.md

Fixed build instructions
This commit is contained in:
mayaaa8242 2023-09-18 17:02:55 +02:00 committed by GitHub
parent 04ad1997a6
commit 14d1528ca5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,6 +85,7 @@ Just *kidding*! You don't need any of that crap. Just goto [hostyoself.com](http
```
$ git clone https://github.com/schollz/hostyoself
$ cd hostyoself
$ go install -a -v github.com/go-bindata/go-bindata/...@latest
$ go generate -v -x
$ go build -v
```