From 52ac486814f929f59e4675c6d719bc98206e5e25 Mon Sep 17 00:00:00 2001 From: Li Jie Date: Wed, 8 Jan 2025 15:40:11 +0800 Subject: [PATCH] doc: fix llgo installation --- README.md | 2 +- doc/_readme/scripts/install_llgo.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb6f989d..c78ad9d5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/_readme/scripts/install_llgo.sh b/doc/_readme/scripts/install_llgo.sh index a87d203d..1e1da0c3 100644 --- a/doc/_readme/scripts/install_llgo.sh +++ b/doc/_readme/scripts/install_llgo.sh @@ -1,6 +1,6 @@ # shellcheck disable=all 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