From f315567924d6571293719f2447205ce1ad93c98b Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sun, 6 Apr 2025 15:22:25 +0100 Subject: [PATCH] Update MultiWikiServer tiddler --- .../roadmap/multiwikiserver/MultiWikiServer.tid | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/editions/tw5.com/tiddlers/roadmap/multiwikiserver/MultiWikiServer.tid b/editions/tw5.com/tiddlers/roadmap/multiwikiserver/MultiWikiServer.tid index 891bdb378..d15f34679 100644 --- a/editions/tw5.com/tiddlers/roadmap/multiwikiserver/MultiWikiServer.tid +++ b/editions/tw5.com/tiddlers/roadmap/multiwikiserver/MultiWikiServer.tid @@ -14,13 +14,8 @@ Planned features include: * Instantaneous synchronisation of changes between the server and all connected clients * Workflow processing on the server, for example to automatically compress images, or to archive webpages -MWS does require basic knowledge of the command line and Node.js but is designed to be as simple as possible to setup and use. Once downloaded, just two commands are needed to complete the installation and start the server: +MWS does require basic knowledge of the command line and Node.js but is designed to be as simple as possible to setup and use. A few simple commands are all that is needed to complete the installation and start the server. -``` -npm install -npm start -``` +MWS is currently under development at ~GitHub but it is already functional and usable: -MWS is currently [[under development at GitHub|https://github.com/TiddlyWiki/TiddlyWiki5/pull/7915]] but it is already functional and usable. Visit the MWS website for more information: - -! https://mws.tiddlywiki.com/ \ No newline at end of file +https://github.com/TiddlyWiki/MultiWikiServer/