Skip to content

Commit 154531b

Browse files
authored
Merge pull request #75 from danog/patch-1
Fix installation instructions
2 parents 7bb6e19 + 95e3e74 commit 154531b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,11 @@ tools such as `objcopy` and `ld`.
6464

6565
To install, simply do (making sure to include those `...`)
6666
```
67-
go get github.com/SRI-CSL/gllvm/cmd/...
67+
go install github.com/SRI-CSL/gllvm/cmd/...@latest
6868
```
6969
This should install six binaries: `gclang`, `gclang++`, `gflang`, `get-bc`, `gparse`, and `gsanity-check`
7070
in the `$GOPATH/bin` directory.
71-
If you are using `go 1.16` you may be forced to install it like this:
72-
```
73-
GO111MODULE=off go get github.com/SRI-CSL/gllvm/cmd/...
74-
```
75-
Hopefully we will have a better fix for this [soon](https://github.com/golang/go/issues/44776)?
71+
7672
## Usage
7773

7874
`gclang` and

0 commit comments

Comments
 (0)