Skip to content

Commit a32d1c4

Browse files
docs: refine README install flow and devtool section (#656)
* docs: update README for llgo-main pipeline and debug tools * docs: update install guide for llgo main pipeline * docs: remove cjson package install from README * docs: restore opening wording and mention llgo pipeline * docs: split devtool installs under how-to-install * docs: devtool -> Development tools Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 9a90d16 commit a32d1c4

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+
### Development tools
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)