diff --git a/README.md b/README.md
index e1edfcbbf7..f424e42397 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,11 @@ iOS |
`NPM_CONFIG_PREFIX=~/.joplin-bin npm install -g joplin`
`sudo ln -s ~/.joplin-bin/bin/joplin /usr/bin/joplin`
By default, the application binary will be installed under `~/.joplin-bin`. You may change this directory if needed. Alternatively, if your npm permissions are setup as described [here](https://docs.npmjs.com/getting-started/fixing-npm-permissions#option-2-change-npms-default-directory-to-another-directory) (Option 2) then simply running `npm -g install joplin` would work.
+
On macOS:
brew install joplin
diff --git a/docs/index.html b/docs/index.html
index 221660eaa9..1476ea9613 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -304,6 +304,24 @@
Operating system | +Method | +
---|---|
macOS | +brew install joplin |
+
Linux or Windows (via WSL) | +Important: First, install Node 8+. Node 8 is LTS but not yet available everywhere so you might need to manually install it.NPM_CONFIG_PREFIX=~/.joplin-bin npm install -g joplin sudo ln -s ~/.joplin-bin/bin/joplin /usr/bin/joplin By default, the application binary will be installed under ~/.joplin-bin . You may change this directory if needed. Alternatively, if your npm permissions are setup as described here (Option 2) then simply running npm -g install joplin would work. |
+
On macOS:
brew install joplin
On Linux or Windows (via WSL):
@@ -464,14 +482,14 @@ $$The notes can be synchronised with various targets including the file system (for example with a network directory), Nextcloud, Dropbox, OneDrive or WebDAV. When synchronising the notes, notebooks, tags and other metadata are saved to plain text files which can be easily inspected, backed up and moved around.
On macOS:
-brew install joplin
-
On Linux or Windows (via WSL):
-Important: First, install Node 8+. Node 8 is LTS but not yet available everywhere so you might need to manually install it.
-NPM_CONFIG_PREFIX=~/.joplin-bin npm install -g joplin
-sudo ln -s ~/.joplin-bin/bin/joplin /usr/bin/joplin
-
By default, the application binary will be installed under ~/.joplin-bin
. You may change this directory if needed. Alternatively, if your npm permissions are setup as described here (Option 2) then simply running npm -g install joplin
would work.
Operating system | +Method | +
---|---|
macOS | +brew install joplin |
+
Linux or Windows (via WSL) | +Important: First, install Node 8+. Node 8 is LTS but not yet available everywhere so you might need to manually install it.NPM_CONFIG_PREFIX=~/.joplin-bin npm install -g joplin sudo ln -s ~/.joplin-bin/bin/joplin /usr/bin/joplin By default, the application binary will be installed under ~/.joplin-bin . You may change this directory if needed. Alternatively, if your npm permissions are setup as described here (Option 2) then simply running npm -g install joplin would work. |
+
Arch Linux | +An Arch Linux pakage is available here. To install it, use an AUR wrapper such as yay: yay -S joplin . For support, please go to the GitHub repo. |
+
To start it, type joplin
.
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.
diff --git a/readme/terminal.md b/readme/terminal.md index 323c71878a..536dc26a21 100644 --- a/readme/terminal.md +++ b/readme/terminal.md @@ -10,18 +10,11 @@ The notes can be [synchronised](#synchronisation) with various targets including # Installation -On macOS: - - brew install joplin - -On Linux or Windows (via [WSL](https://msdn.microsoft.com/en-us/commandline/wsl/faq?f=255&MSPPError=-2147217396)): - -**Important:** First, [install Node 8+](https://nodejs.org/en/download/package-manager/). Node 8 is LTS but not yet available everywhere so you might need to manually install it. - - NPM_CONFIG_PREFIX=~/.joplin-bin npm install -g joplin - sudo ln -s ~/.joplin-bin/bin/joplin /usr/bin/joplin - -By default, the application binary will be installed under `~/.joplin-bin`. You may change this directory if needed. Alternatively, if your npm permissions are setup as described [here](https://docs.npmjs.com/getting-started/fixing-npm-permissions#option-2-change-npms-default-directory-to-another-directory) (Option 2) then simply running `npm -g install joplin` would work. +Operating system | Method +-----------------|---------------- +macOS | `brew install joplin` +Linux or Windows (via [WSL](https://msdn.microsoft.com/en-us/commandline/wsl/faq?f=255&MSPPError=-2147217396)) | **Important:** First, [install Node 8+](https://nodejs.org/en/download/package-manager/). Node 8 is LTS but not yet available everywhere so you might need to manually install it.