doc: make doc testable
This commit is contained in:
8
doc/_readme/scripts/install_llgo.sh
Normal file
8
doc/_readme/scripts/install_llgo.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
# shellcheck disable=all
|
||||
git clone https://github.com/goplus/llgo.git
|
||||
cd llgo
|
||||
go install -v ./cmd/...
|
||||
go install -v ./chore/... # compile all tools except pydump
|
||||
cd chore/_xtool
|
||||
llgo install ./... # compile pydump
|
||||
go install github.com/goplus/hdq/chore/pysigfetch@v0.8.1 # compile pysigfetch
|
||||
Reference in New Issue
Block a user