mirror of
https://github.com/zadam/trilium.git
synced 2024-11-10 09:02:48 +08:00
Updated Manual server installation (markdown)
parent
fa06daa645
commit
4a9c515de1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue