From 40d2561fbe15d9fe10d030a3803e4dfebe3a0006 Mon Sep 17 00:00:00 2001 From: Lorenzo Carbonell Date: Thu, 12 Jan 2023 20:12:52 +0100 Subject: [PATCH] change dnote by trilium --- trilium/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trilium/README.md b/trilium/README.md index 1d45179..deed105 100644 --- a/trilium/README.md +++ b/trilium/README.md @@ -2,9 +2,9 @@ ``` git clone https://github.com/atareao/self-hosted.git -cd self-hosted/dnote +cd self-hosted/trilium mv sample.env .env -sed -i "s/dnote.tuservidor.es/el_fqdn_que_quieras/g" .env +sed -i "s/trilium.tuservidor.es/el_fqdn_que_quieras/g" .env mkdir dnote_data ```