From 1d6319b852688ee61027e56773adbdda9db3530b Mon Sep 17 00:00:00 2001 From: bytecaster Date: Wed, 20 Jan 2021 05:54:54 +0100 Subject: [PATCH] docs: Remove ep_page_view from README Removes ep_page_view plugin from the installation instructions in README.md to aid new users installing etherpad-lite. According to the plugin directory at https://static.etherpad.org/index.html, the plugin is defunct as it is now part of etherpad-lite core and when I tried installing etherpad with the plugin (following the instructions), its installation resulted in an error every time I opened a pad. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 086441b19..10dbd36cd 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Etherpad is very customizable through plugins. Instructions for installing theme Run the following command in your Etherpad folder to get all of the features visible in the demo gif: ``` -npm install ep_headings2 ep_markdown ep_comments_page ep_align ep_page_view ep_font_color ep_webrtc ep_embedded_hyperlinks2 +npm install ep_headings2 ep_markdown ep_comments_page ep_align ep_font_color ep_webrtc ep_embedded_hyperlinks2 ``` ## Customize the style with skin variants