Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Dec 1, 2017
1 parent fa819d2 commit ea120ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ iOS | <a href='https://itunes.apple.com/us/app/joplin/id1315599797'

On macOS, Linux or Windows (via [WSL](https://msdn.microsoft.com/en-us/commandline/wsl/faq?f=255&MSPPError=-2147217396)), type:

npm install -g joplin
NPM_CONFIG_PREFIX=~/.joplin-bin npm install -g joplin
sudo ln -s ~/.joplin-bin/bin/joplin /usr/bin/joplin

**IMPORTANT: Node v8+ is required**

If the application does not install due to permission issues, please make sure that your global npm permissions are correct by following the instructions [here](https://docs.npmjs.com/getting-started/fixing-npm-permissions).
By default, the application binary will be installed under `~/.joplin-bin`. You may change this directory if needed.

To start it, type `joplin`.

Expand Down

0 comments on commit ea120ea

Please sign in to comment.