diff --git a/README.md b/README.md index 16a72f7a..ecbcf999 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,15 @@ cp -r dist/trae/.trae/skills/* ~/.trae/skills/ > > After copying, restart Trae IDE to activate the skills. +**Rovo Dev:** +```bash +# Project-specific +cp -r dist/rovo-dev/.rovodev your-project/ + +# Or global (applies to all projects) +cp -r dist/rovo-dev/.rovodev/skills/* ~/.rovodev/skills/ +``` + ## Usage Once installed, use commands in your AI harness: @@ -208,6 +217,7 @@ Most commands accept an optional argument to focus on a specific area: - [VS Code Copilot](https://code.visualstudio.com) - [Kiro](https://kiro.dev) - [Trae](https://trae.ai) +- [Rovo Dev](https://www.atlassian.com/software/rovo) ## Contributing