Skip to content

Commit 289edd8

Browse files
authored
Improved 'README.md'
1 parent 2fa0871 commit 289edd8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@ A simple plugin NodeBB that displays a confirm box with a 'not safe for work' wa
88

99
* Go to your NodeBB root;
1010
* Stop your NodeBB using `./nodebb stop`;
11-
* Run `npm install jtsimoes/nodebb-plugin-nsfw`;
11+
* Run `npm install jtsimoes/nodebb-plugin-nsfw` or copy this repository into `node_modules` folder;
1212
* Start your NodeBB using `./nodebb start`;
1313
* Enable the plugin on the ACP plugin page;
1414
* Restart and rebuild your NodeBB;
1515
* Done.
1616

1717
## Config :
1818

19-
The default category ID is 28. I will make this customizable in the future if you need to change it, for now it's necessary to fork this repository and change the variable `nsfwCategoryId` in the file `main.js` itself.
20-
Feel free to change the messages and the actions that the confirm buttons does.
19+
**The default category ID is 28.** I will make this customizable in the future if you need to change it, for now it's necessary to fork this repository and change the variable `nsfwCategoryId` in the file `main.js` itself. Feel free to also change the messages and the actions that the confirm buttons does.
2120

2221
## To-Do List :
2322

0 commit comments

Comments
 (0)