We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7782753 commit 08f5b91Copy full SHA for 08f5b91
UserGuide.md
@@ -1,3 +1,22 @@
1
+## NOTE: For each plugin make sure it is activated through the following steps:
2
+1.
3
+npm install ./nodebb-plugin-solved
4
+
5
+npm install ./nodebb-plugin-anonymous-button
6
7
+npm install nodebb-plugin-summarizer
8
9
+npm install nodebb-plugin-thread-summarizer
10
11
+2.
12
+./nodebb activate nodebb-plugin-solved
13
14
+./nodebb activate nodebb-plugin-anonymous-button
15
16
+./nodebb activate nodebb-plugin-summarizer
17
18
+./nodebb activate nodebb-plugin-thread-summarizer
19
20
# Thread Summarizer Plugin – User Guide
21
Course: 17-313 Foundations of Software Engineering (Fall 2025)
22
Author: Salwa Al-Kuwari
0 commit comments