Skip to content

Commit 751b9bd

Browse files
Merge pull request #1 from IntelliTect-dev/keboo/fix-setup-directions
Fix marketplace install command in setup directions
2 parents 65fc879 + f5e4371 commit 751b9bd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Help me fix bug #12345. Let's start with a test-first approach.
120120
### Install from Marketplace
121121

122122
```bash
123-
copilot plugin marketplace add IntelliPlugins/IntelliTect-dev
123+
copilot plugin marketplace add IntelliTect-dev/IntelliPlugins
124124
```
125125

126126
### Install All Plugins

docs/guides/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Extend GitHub Copilot with enterprise C# development, Coalesce framework, and Vu
55
## Install from Marketplace
66

77
```bash
8-
copilot plugin marketplace add IntelliPlugins/IntelliTect-dev
8+
copilot plugin marketplace add IntelliTect-dev/IntelliPlugins
99
```
1010

1111
## Install Your First Plugin

scripts/generate-plugin-docs.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ $installGuideLines.Add("")
178178
$installGuideLines.Add("## Install from Marketplace")
179179
$installGuideLines.Add("")
180180
$installGuideLines.Add('```bash')
181-
$installGuideLines.Add("plugin marketplace add IntelliPlugins/IntelliTect-dev")
181+
$installGuideLines.Add("copilot plugin marketplace add IntelliTect-dev/IntelliPlugins")
182182
$installGuideLines.Add('```')
183183
$installGuideLines.Add("")
184184
$installGuideLines.Add("## Install All Plugins")

0 commit comments

Comments
 (0)