Skip to content

Commit f055162

Browse files
committed
README: update LLVM version and fix Install go command
Signed-off-by: Koichi Shiraishi <[email protected]>
1 parent 2b392e3 commit f055162

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
Native Go bindings for Clang v14 C API.
77

8-
Currently, generated from [llvm@14.0.0-rc4](https://github.com/llvm/llvm-project/tree/llvmorg-14.0.0-rc4).
8+
Generated from [llvmorg-14.0.0](https://github.com/llvm/llvm-project/releases/tag/llvmorg-14.0.0).
99

1010
## Install/Update
1111

12-
```bash
13-
CGO_LDFLAGS="-L`llvm-config --libdir`" \
14-
go install github.com/go-clang/clang-v14/...
12+
```console
13+
CGO_LDFLAGS="-L$(llvm-config --libdir)" \
14+
go install github.com/go-clang/clang-v14@latest
1515
```
1616

1717
## Usage

0 commit comments

Comments
 (0)