Skip to content

Commit def8b1d

Browse files
committed
README: fix go install command arg
Signed-off-by: Koichi Shiraishi <[email protected]>
1 parent f055162 commit def8b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Generated from [llvmorg-14.0.0](https://github.com/llvm/llvm-project/releases/ta
1111

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

1717
## Usage

0 commit comments

Comments
 (0)