Skip to content

Commit

Permalink
README: fix go install command arg
Browse files Browse the repository at this point in the history
Signed-off-by: Koichi Shiraishi <[email protected]>
  • Loading branch information
zchee committed Mar 28, 2022
1 parent f055162 commit def8b1d
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 @@ -11,7 +11,7 @@ Generated from [llvmorg-14.0.0](https://github.com/llvm/llvm-project/releases/ta

```console
CGO_LDFLAGS="-L$(llvm-config --libdir)" \
go install github.com/go-clang/clang-v14@latest
go install github.com/go-clang/clang-v14/clang@latest
```

## Usage
Expand Down

0 comments on commit def8b1d

Please sign in to comment.