From 3c31b2bc3888d4620ef88bbbb7131175a2bfaec9 Mon Sep 17 00:00:00 2001 From: Wesley D Date: Tue, 27 Feb 2024 03:20:58 -0700 Subject: [PATCH] Doc: Change macOS and Linux symlink suggestion (#10009) --- readme/apps/terminal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme/apps/terminal.md b/readme/apps/terminal.md index e8e75c79df..8112651b82 100644 --- a/readme/apps/terminal.md +++ b/readme/apps/terminal.md @@ -12,7 +12,7 @@ The notes can be [synchronised](#synchronisation) with various targets including Operating system | Method -----------------|---------------- -macOS, Linux, or Windows (via [WSL](https://docs.microsoft.com/en-us/windows/wsl/faq)) | 1. First, [install Node 12+](https://nodejs.org/en/download/package-manager/).

2. Issue the following commands to install Joplin Terminal:
`NPM_CONFIG_PREFIX=~/.joplin-bin npm install -g joplin`
`sudo ln -s ~/.joplin-bin/bin/joplin /usr/bin/joplin`

3. Enter the following command to start Joplin Terminal:
`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. +macOS, Linux, or Windows (via [WSL](https://docs.microsoft.com/en-us/windows/wsl/faq)) | 1. First, [install Node 12+](https://nodejs.org/en/download/package-manager/).

2. Issue the following commands to install Joplin Terminal:
`NPM_CONFIG_PREFIX=~/.joplin-bin npm install -g joplin`
`sudo ln -s ~/.joplin-bin/bin/joplin /usr/local/bin/joplin`

3. Enter the following command to start Joplin Terminal:
`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. ### Unsupported methods