diff --git a/README.md b/README.md index b25116d..1555c7d 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ Small standalone console toolkit: - prebuilt themes and palette helpers - pipeline logging architecture (`parse -> processors -> render`) +## Install + +```bash +go get github.com/VexoraDevelopment/consolex@latest +``` + ## Minimal usage ```go