diff --git a/docs/terminal/index.html b/docs/terminal/index.html
index 7a67cf886..4b6dae5f3 100644
--- a/docs/terminal/index.html
+++ b/docs/terminal/index.html
@@ -278,10 +278,6 @@
To start it, type joplin
.
-Demo
-The demo application shows various Wikipedia articles converted to Markdown and organised into notebooks, as well as an example to-do list, in order to test and demonstrate the application. The demo application and its settings will be installed in a separate directory so as not to interfere with any existing Joplin application.
-npm install -g demo-joplin
-
To start it, type demo-joplin
.
Usage
To start the application type joplin
. This will open the user interface, which has three main panes: Notebooks, Notes and the text of the current note. There are also additional panels that can be toggled on and off via shortcuts.
diff --git a/readme/terminal.md b/readme/terminal.md
index c1674fdf5..ee88358f2 100644
--- a/readme/terminal.md
+++ b/readme/terminal.md
@@ -18,14 +18,6 @@ Arch Linux | An Arch Linux package is available [here](https://aur.archlinux.org
To start it, type `joplin`.
-# Demo
-
-The demo application shows various Wikipedia articles converted to Markdown and organised into notebooks, as well as an example to-do list, in order to test and demonstrate the application. The demo application and its settings will be installed in a separate directory so as not to interfere with any existing Joplin application.
-
- npm install -g demo-joplin
-
-To start it, type `demo-joplin`.
-
# Usage
To start the application type `joplin`. This will open the user interface, which has three main panes: Notebooks, Notes and the text of the current note. There are also additional panels that can be toggled on and off via [shortcuts](#shortcuts).