Skip to content

Commit

Permalink
README: add Generated from and fix install go command
Browse files Browse the repository at this point in the history
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
  • Loading branch information
zchee committed Mar 28, 2022
1 parent ba4de05 commit 12b0ccc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@

Native Go bindings for Clang v13 C API.

Generated from [llvmorg-13.0.1](https://github.com/llvm/llvm-project/releases/tag/llvmorg-13.0.1).

## Install/Update

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

## Usage
Expand Down

0 comments on commit 12b0ccc

Please sign in to comment.