doc: fix llgo installation
This commit is contained in:
@@ -413,7 +413,7 @@ How do I generate these tools?
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/goplus/llgo.git
|
git clone https://github.com/goplus/llgo.git
|
||||||
cd llgo
|
cd llgo/compiler
|
||||||
go install -v ./cmd/...
|
go install -v ./cmd/...
|
||||||
go install -v ./chore/... # compile all tools except pydump
|
go install -v ./chore/... # compile all tools except pydump
|
||||||
cd chore/_xtool
|
cd chore/_xtool
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# shellcheck disable=all
|
# shellcheck disable=all
|
||||||
git clone https://github.com/goplus/llgo.git
|
git clone https://github.com/goplus/llgo.git
|
||||||
cd llgo
|
cd llgo/compiler
|
||||||
go install -v ./cmd/...
|
go install -v ./cmd/...
|
||||||
go install -v ./chore/... # compile all tools except pydump
|
go install -v ./chore/... # compile all tools except pydump
|
||||||
cd chore/_xtool
|
cd chore/_xtool
|
||||||
|
|||||||
Reference in New Issue
Block a user