1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-28 08:13:14 +00:00

Fix Node.js installation instructions for Arch Linux

Fixes #7027
This commit is contained in:
Jeremy Ruston 2022-11-14 11:52:38 +00:00 committed by GitHub
parent 72f06581b6
commit ef779c11e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ created: 20131219100608529
delivery: DIY delivery: DIY
description: Flexible hosting on your own machine or in the cloud description: Flexible hosting on your own machine or in the cloud
method: sync method: sync
modified: 20211003230831173 modified: 20221151230831173
tags: Saving [[TiddlyWiki on Node.js]] Windows Mac Linux tags: Saving [[TiddlyWiki on Node.js]] Windows Mac Linux
title: Installing TiddlyWiki on Node.js title: Installing TiddlyWiki on Node.js
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
@ -12,7 +12,7 @@ type: text/vnd.tiddlywiki
# Install [[Node.js]] # Install [[Node.js]]
#* Linux: #* Linux:
#*> //Debian/Ubuntu//:<br/>`apt install nodejs`<br/>May need to be followed up by:<br/>`apt install npm` #*> //Debian/Ubuntu//:<br/>`apt install nodejs`<br/>May need to be followed up by:<br/>`apt install npm`
#*> //Arch Linux//<br/>`pacman -S tiddlywiki` <br/>(installs node and tiddlywiki) #*> //Arch Linux//<br/>`yay -S tiddlywiki` <br/>(installs node and tiddlywiki)
#* Mac #* Mac
#*> `brew install node` #*> `brew install node`
#* Android #* Android