This commit is contained in:
Jiiks 2017-10-07 02:44:58 +03:00
parent e1ce2fe674
commit dfa134bf90
1 changed files with 14 additions and 0 deletions

14
readme Normal file
View File

@ -0,0 +1,14 @@
1. Copy the app middleware to discord dir. eg: %localappdata%/discord/app-0.0.1/resources
2. Edit the config inside the middleware dir so that basepath points to where core dir is and datapath points to where you want your plugins etc to be.
Example:
```
{
"version": "0.3.0",
"debug": true,
"basePath": "G:/BetterDiscord",
"dataPath": "G:/BdData"
}
```