mirror of
https://github.com/LerianStudio/ring
synced 2026-04-21 13:37:27 +00:00
docs(install): update example commands in post-install message
The `ring-default` namespace has been simplified to `ring` for default skills. This commit updates the post-installation instructions shown to the user to reflect the corrected skill names. This ensures the examples provided are accurate and work out-of-the-box, preventing user confusion.
This commit is contained in:
parent
e46509b8c4
commit
c543e80607
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ Write-Host ""
|
|||
Write-Host "Next steps:"
|
||||
Write-Host " 1. Restart Claude Code or start a new session"
|
||||
Write-Host " 2. Skills will auto-load via SessionStart hook"
|
||||
Write-Host " 3. Try: /ring-default:brainstorm or Skill tool: 'ring-default:using-ring'"
|
||||
Write-Host " 3. Try: /ring:brainstorm or Skill tool: 'ring:using-ring'"
|
||||
Write-Host ""
|
||||
Write-Host "Marketplace commands:"
|
||||
Write-Host " claude plugin marketplace list # View configured marketplaces"
|
||||
|
|
|
|||
Loading…
Reference in a new issue