@@ -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
23231 . 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
25253 . Click Install
26264 . 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
4646cd MyPlugin
4747npm 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
75751 . ** 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