From e85f1488de2e29370f5326656cc7bd6e8a8f50ce Mon Sep 17 00:00:00 2001 From: zadam Date: Sun, 29 Mar 2020 14:44:56 +0200 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index ea63611..3225218 100644 --- a/FAQ.md +++ b/FAQ.md @@ -39,7 +39,7 @@ Common request is to allow multiple users collaborate, share notes etc. So far I # How to open multiple documents in one Trilium instance -This is normally not supported - one Trilium process can open only a single instance of a [[document]]. However you can run two Trilium processes (from one installation), each connected to a separate document. To achieve this, you need to set a location for the [[data directory]] in the `TRILIUM_DATA_DIR` environment variable and separate port on `TRILIUM_PORT` environment variable. How to do that depends on the platform, in Unix-based systems you can achieve that like this: +This is normally not supported - one Trilium process can open only a single instance of a [[document]]. However you can run two Trilium processes (from one installation), each connected to a separate document. To achieve this, you need to set a location for the [[data directory]] in the `TRILIUM_DATA_DIR` environment variable and separate port on `TRILIUM_PORT` environment variable. How to do that depends on the platform, in Unix-based systems you can achieve that by running command such as this: ```shell TRILIUM_DATA_DIR=/home/me/path/to/data/dir TRILIUM_PORT=12345 trilium