Commit 4c5fa8a
committed
docs: add go install as first-class installation method
Add go install alongside Docker as a first-class installation option.
go install is the idiomatic way to distribute Go CLI tools and
provides a simpler experience for users who already have Go installed.
Fixes #23641 parent dd5d5a8 commit 4c5fa8a
1 file changed
Lines changed: 27 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
365 | 391 | | |
366 | 392 | | |
367 | | - | |
| 393 | + | |
368 | 394 | | |
369 | 395 | | |
370 | 396 | | |
| |||
0 commit comments