doc: update doc test for installation instructions

This commit is contained in:
Li Jie
2025-02-13 16:13:50 +08:00
parent 49f2f0dbfd
commit 3a2d24d7cc
5 changed files with 108 additions and 11 deletions

View File

@@ -398,6 +398,15 @@ curl https://raw.githubusercontent.com/goplus/llgo/refs/heads/main/install.sh |
TODO
### Install from source
<!-- embedme doc/_readme/scripts/install_llgo.sh#L2-L1000 -->
```sh
git clone https://github.com/goplus/llgo.git
cd llgo
./install.sh
```
## Development tools
@@ -409,7 +418,7 @@ TODO
How do I generate these tools?
<!-- embedme doc/_readme/scripts/install_llgo.sh#L2-L1000 -->
<!-- embedme doc/_readme/scripts/install_full.sh#L2-L1000 -->
```sh
git clone https://github.com/goplus/llgo.git