You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds HomarusBot as a subdirectory with its own .git configuration/namespace.
97
97
98
-
Now copy the `rules` directory and the `config.js` from the `HomarusBot` directory one directory above and start to change/use it, it is part of your repository.
98
+
Now copy the `rules` directory and the `config.js` from the `HomarusBot` directory one directory above and start to change/use it:
99
99
100
-
You still need to run the `npm install` and other commands from the HomarusBot directory itself, but you can easily write scripts to do that for you.
100
+
```bash
101
+
cp -r HomarusBot/rules ./
102
+
cp HomarusBot/config.js ./
103
+
```
104
+
105
+
You still need to run the `npm install` and other commands from the HomarusBot directory itself, but you can easily write scripts to do that for you from your repository.
0 commit comments