Skip to content

Commit cfb440a

Browse files
committed
docs: split devtool installs under how-to-install
1 parent 7f3b737 commit cfb440a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,21 @@ https://github.com/goplus/llgo?tab=readme-ov-file#how-to-install
2121

2222
```bash
2323
llgo install ./cmd/llcppg
24+
```
25+
26+
For normal package generation, only the `llcppg` binary is required.
27+
28+
### devtool
2429

25-
# Optional debug / troubleshooting tools:
30+
For debugging and isolated troubleshooting, you can optionally install these standalone tools:
31+
32+
```bash
2633
llgo install ./_xtool/llcppsymg
2734
llgo install ./_xtool/llcppsigfetch
2835
llgo install ./cmd/gogensig
2936
go install ./cmd/llcppcfg
3037
```
3138

32-
For normal package generation, only the `llcppg` binary is required.
33-
The standalone tools above are kept mainly for debugging and isolated troubleshooting.
34-
3539

3640
## Usage
3741

0 commit comments

Comments
 (0)