docs(readme): add short-url tip callout to installation section

Adds a [!TIP] callout above the curl examples noting that
https://url.rootiest.dev/skills can be substituted for the full raw
URL, with a short e.g. showing the pattern.
This commit is contained in:
2026-05-13 22:16:08 -04:00
parent 80cdf75de2
commit f185583c24
+5
View File
@@ -72,6 +72,11 @@ Three-phase execution:
The intended usage is a single `curl | bash` command. The installer fetches and runs `install.sh` directly — no clone required.
> [!TIP]
> The short-url `https://url.rootiest.dev/skills` can be substituted for the full URL in the examples below.
> e.g.
> `curl -sL https://url.rootiest.dev/skills | bash -s -- --all`
**Install all skills for both Claude Code and Gemini CLI:**
```bash