docs(consolex): add install section to README with go get command

This commit is contained in:
2026-02-26 17:37:00 +03:00
parent 928d17af74
commit 762f53e9a8

View File

@@ -9,6 +9,12 @@ Small standalone console toolkit:
- prebuilt themes and palette helpers - prebuilt themes and palette helpers
- pipeline logging architecture (`parse -> processors -> render`) - pipeline logging architecture (`parse -> processors -> render`)
## Install
```bash
go get github.com/VexoraDevelopment/consolex@latest
```
## Minimal usage ## Minimal usage
```go ```go