doc: fix llgo installation

This commit is contained in:
Li Jie
2025-01-08 15:40:11 +08:00
parent a64b32bf9c
commit 52ac486814
2 changed files with 2 additions and 2 deletions

View File

@@ -413,7 +413,7 @@ How do I generate these tools?
```sh
git clone https://github.com/goplus/llgo.git
cd llgo
cd llgo/compiler
go install -v ./cmd/...
go install -v ./chore/... # compile all tools except pydump
cd chore/_xtool