Skip to content

Commit 4bac9a6

Browse files
author
TimeWaster
committed
reworked readme
1 parent 7c4fea2 commit 4bac9a6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ git submodule add [email protected]:SebiTimeWaster/HomarusBot.git
9595

9696
This adds HomarusBot as a subdirectory with its own .git configuration/namespace.
9797

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:
9999

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

Comments
 (0)