We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f10726d commit 446d0feCopy full SHA for 446d0fe
1 file changed
README.md
@@ -29,8 +29,13 @@ Pre-built binaries for all platforms are also available on the [Releases](https:
29
### Installing the Plugin in your AI Agent
30
31
```bash
32
+# Github Copilot
33
copilot plugin marketplace add https://github.com/yutamago/ado-cli.git
-claude plugin marketplace add https://github.com/yutamago/ado-cli.git
34
+copilot plugin install azure-devops@ado-cli-skill
35
+
36
+# Claude Code
37
+claude plugin marketplace add https://github.com/yutamago/ado-cli.git
38
+claude plugin install azure-devops@ado-cli-skill
39
```
40
41
0 commit comments