From 95e3e74cab74abf8cd8420a576fbf12749568008 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sat, 27 Apr 2024 20:28:38 +0200 Subject: [PATCH] Fix installation instructions --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 237a4ff..15c93c9 100644 --- a/README.md +++ b/README.md @@ -64,15 +64,11 @@ tools such as `objcopy` and `ld`. To install, simply do (making sure to include those `...`) ``` -go get github.com/SRI-CSL/gllvm/cmd/... +go install github.com/SRI-CSL/gllvm/cmd/...@latest ``` This should install six binaries: `gclang`, `gclang++`, `gflang`, `get-bc`, `gparse`, 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