mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 12:07:19 +00:00
Update usage instructions
This commit is contained in:
parent
993eb5c90d
commit
f42d3e0536
@ -5,5 +5,5 @@ This plugin extends the TiddlyWiki 5 server running on Node.js to be able to hos
|
||||
Before using the plugin, it is necessary to install dependencies by running the following command in the root of the ~TiddlyWiki5 repository:
|
||||
|
||||
```
|
||||
npm install better-sqlite3
|
||||
npm install
|
||||
```
|
||||
|
@ -30,7 +30,7 @@ exports.startup = function() {
|
||||
} catch(e) {
|
||||
}
|
||||
if(!$tw.sqlite3.Database) {
|
||||
logger.alert("The plugin 'tiddlywiki/multiwikiserver' requires the better-sqlite3 npm package to be installed. Run 'npm install better-sqlite3' in the root of the TiddlyWiki repository");
|
||||
logger.alert("The plugin 'tiddlywiki/multiwikiserver' requires the better-sqlite3 npm package to be installed. Run 'npm install' in the root of the TiddlyWiki repository");
|
||||
return;
|
||||
}
|
||||
// Create and initialise the tiddler store
|
||||
|
Loading…
Reference in New Issue
Block a user