Skip to content

Commit

Permalink
readme: update install instructions
Browse files Browse the repository at this point in the history
`go get -u` was only needed in GOPATH mode, for
Go modules mode `go get` is enough.
  • Loading branch information
mewmew committed Feb 17, 2023
1 parent fa2da43 commit c306b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Library for interacting with [LLVM IR](http://llvm.org/docs/LangRef.html) in pur
## Installation

```bash
go get -u github.com/llir/llvm/...
go get github.com/llir/llvm/...
```

## Versions
Expand Down

0 comments on commit c306b9d

Please sign in to comment.