Skip to content

Commit 0882e18

Browse files
authored
Merge pull request #70 from BrainDriveAI/davewaring-repo-naming-updates
Update PLUGIN_DEVELOPER_QUICKSTART.md
2 parents d6b876c + 54617b9 commit 0882e18

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

PLUGIN_DEVELOPER_QUICKSTART.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ By the end of this guide you will be able to:
1616

1717
## Step 1: Install BrainDrive
1818

19-
Follow the [Installation Guide](https://github.com/BrainDriveAI/BrainDrive/blob/main/INSTALL.md)
19+
Follow the [Installation Guide](https://github.com/BrainDriveAI/BrainDrive-Core/blob/main/INSTALL.md)
2020

2121
## Step 2: Install the Plugin Template
2222

2323
1. Go to BrainDrive Plugin Manager → Install Plugins
24-
2. Enter URL: `https://github.com/BrainDriveAI/PluginTemplate`
24+
2. Enter URL: `https://github.com/BrainDriveAI/BrainDrive-PluginTemplate
2525
3. Click Install
2626
4. Wait for green success message
2727

@@ -42,7 +42,7 @@ Follow the [Installation Guide](https://github.com/BrainDriveAI/BrainDrive/blob/
4242
**Clone the template:**
4343
```bash
4444
# In your preferred development folder
45-
git clone https://github.com/BrainDriveAI/PluginTemplate.git MyPlugin
45+
git clone https://github.com/BrainDriveAI/BrainDrive-PluginTemplate.git MyPlugin
4646
cd MyPlugin
4747
npm install
4848
```
@@ -58,7 +58,7 @@ npm install
5858
- Uncomment and update with your backend path:
5959
```javascript
6060
output: {
61-
path: path.resolve(__dirname, '/path/to/your/BrainDrive/backend/plugins/shared/PluginTemplate/v1.0.0/dist'),
61+
path: path.resolve(__dirname, '/path/to/your/BrainDrive-Core/backend/plugins/shared/PluginTemplate/v1.0.0/dist'),
6262
// ... rest of config
6363
}
6464
```
@@ -74,7 +74,7 @@ npm install
7474

7575
1. **Edit the plugin:**
7676
```bash
77-
# Open src/PluginTemplate.tsx
77+
# Open src/BrainDrive-PluginTemplate.tsx
7878
# Change the title to "My Awesome Plugin!!"
7979
```
8080

@@ -158,4 +158,4 @@ The only limit is your imagination. Your AI. Your Rules.
158158

159159
- 💬 [Developer Forum](https://community.braindrive.ai) - Get help and share plugins
160160
- 📖 [API Documentation](http://localhost:8005/api/v1/docs) - Backend endpoints (when running locally)
161-
- 🐛 [Report Issues](https://github.com/BrainDriveAI/BrainDrive/issues) - Use `[plugin]` tag
161+
- 🐛 [Report Issues](https://github.com/BrainDriveAI/BrainDrive-Core/issues) - Use `[plugin]` tag

0 commit comments

Comments
 (0)