Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
238 views
in Plugins by

1 Answer

+1 vote
by

Plugins go into the subdirectory qa-plugin of your Q2A root directory, each in its own folder. For the category experts plugin simply cloning the Git repository there should suffice, e.g. like this:

cd "$Q2A_DIR"
cd qa-plugin
git clone https://github.com/GATEOverflow/q2a-categoryexperts.git category-experts

...