mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-05 11:27:13 +00:00
Docs updates
This commit is contained in:
18
editions/tw5.com/tiddlers/dev/TiddlyWiki on Node.js.tid
Normal file
18
editions/tw5.com/tiddlers/dev/TiddlyWiki on Node.js.tid
Normal file
@@ -0,0 +1,18 @@
|
||||
created: 20131129094353704
|
||||
modified: 20131212094217023
|
||||
title: TiddlyWiki on Node.js
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
! Installation
|
||||
|
||||
For working on the command line with Node.js, you can install TiddlyWiki via [[npm|http://npmjs.org]]:
|
||||
|
||||
```
|
||||
npm -g install tiddlywiki
|
||||
```
|
||||
|
||||
The `-g` flag causes TiddlyWiki to be installed globally.
|
||||
|
||||
! Working with the TiddlyWiki5 repository
|
||||
|
||||
[[Working with the TiddlyWiki5 repository]] is recommended if you plan on forking the TiddlyWiki5 source code.
|
||||
Reference in New Issue
Block a user