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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user