Update README.md

Added the work around for go 1.16
This commit is contained in:
Ian A Mason 2021-03-07 09:24:23 -08:00 committed by GitHub
parent b4cc306380
commit 58e85a0892
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,6 +66,11 @@ go get github.com/SRI-CSL/gllvm/cmd/...
This should install four binaries: `gclang`, `gclang++`, `get-bc`, and `gsanity-check`
in the `$GOPATH/bin` directory.
If you are using `go 1.16` you may be forced to install it like this:
```
GO111MODULE=off go get github.com/SRI-CSL/gllvm/cmd/...
```
Hopefully we will have a better fix for this [soon](https://github.com/golang/go/issues/44776)?
## Usage
`gclang` and