docs: add curl download instructions from latest release
Auto Label PRs / label (pull_request) Successful in 3s
Test PR / test (pull_request) Successful in 6s
Release on Merge / release (pull_request) Has been skipped

This commit is contained in:
2026-05-03 14:20:29 -04:00
parent 24747230e1
commit 1d92dc911e
+2 -1
View File
@@ -26,9 +26,10 @@ To utilize all features, ensure the following are installed:
## 🚀 Installation
Simply download the `color-tool` script and run the install command:
You can download the script directly from the [latest release](https://git.rootiest.dev/rootiest/color-tool/releases/latest) and install it:
```bash
curl -sSLO https://git.rootiest.dev/rootiest/color-tool/releases/download/latest/color-tool
chmod +x color-tool
./color-tool --install
```