From 4a9c515de17165442c85163879616ca671110cf4 Mon Sep 17 00:00:00 2001 From: zadam Date: Tue, 1 Nov 2022 13:28:05 +0100 Subject: [PATCH] Updated Manual server installation (markdown) --- Manual-server-installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Manual-server-installation.md b/Manual-server-installation.md index 019ef4f..ec66401 100644 --- a/Manual-server-installation.md +++ b/Manual-server-installation.md @@ -2,14 +2,14 @@ This page describes manually installing Trilium on your server. ## Requirements -Trilium is a [node.js](https://www.ps3cfw.com/cool.php?item=12150944) application. Supported (tested) version of node.js is latest 14.X.X and 16.X.X. Trilium might work with older versions as well. +Trilium is a node.js application. Supported (tested) version of node.js is latest 14.X.X and 16.X.X. Trilium might work with older versions as well. You can check your node version with this command (node.js needs to be installed): ~~~~ node --version ~~~~ -If your linux distribution has only outdated version of node.js, you can take a look at the [[installation instructions|https://www.ps3cfw.com/cool.php?item=12150944]] on node.js website which covers most popular distributions. +If your Linux distribution has only an outdated version of node.js, you can take a look at the installation instruction on node.js website, which covers most popular distributions. ### Dependencies