From 762f53e9a83a039f25f98a6a7f2a1bd082574581 Mon Sep 17 00:00:00 2001 From: Andrewkydev Date: Thu, 26 Feb 2026 17:37:00 +0300 Subject: [PATCH] docs(consolex): add install section to README with go get command --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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