Skip to content
shimaore edited this page Jun 15, 2012 · 4 revisions

Installing plugins

cd etherpad-lite
npm install ep_*name*

Then restart etherpad-lite: it will detect the new plugin and use it.

To remove a plugin

npm uninstall ep_*name*

And restart etherpad-lite.

Clone this wiki locally