1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00

Added text notifying users of issue #1434

This commit is contained in:
Roma Hicks 2015-04-27 21:31:18 -05:00
parent 1b25d4b51a
commit f9c50d9a6d

View File

@ -19,3 +19,9 @@ type: text/vnd.tiddlywiki
## Try editing and creating tiddlers
The `-g` flag causes TiddlyWiki to be installed globally. Without it, TiddlyWiki will only be available in the directory where you installed it.
If you are using Debian or Debian-based Linux and you are reciving a `node: command not found` error though node.js package is installed, you may need to create a symbolic link between `nodejs` and `node`. See github [[issue 1434|http://github.com/Jermolene/TiddlyWiki5/issues/1434]]
Example Debian v8.0: `sudo ln -s /usr/bin/nodejs /usr/bin/node`
Consult your distro's manual and `whereis` to correctly create a link.