From 194203420030f167f8a36d66b2cddef1d3e8992c Mon Sep 17 00:00:00 2001 From: zadam Date: Sat, 16 Jan 2021 19:40:11 +0100 Subject: [PATCH] Updated Manual server installation (markdown) --- Manual server installation.md => Manual-server-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Manual server installation.md => Manual-server-installation.md (93%) diff --git a/Manual server installation.md b/Manual-server-installation.md similarity index 93% rename from Manual server installation.md rename to Manual-server-installation.md index 4966994..3a7b7e6 100644 --- a/Manual server installation.md +++ b/Manual-server-installation.md @@ -22,7 +22,7 @@ sudo apt install libpng16-16 libpng-dev pkg-config autoconf libtool build-essent ## Installation ### Download -You can either download source code zip/tar from [[latest release|https://github.com/zadam/trilium/releases/latest]] or clone git repository from stable branch with ```git clone -b stable https://github.com/zadam/trilium.git``` +You can either download source code zip/tar from [[latest release|https://github.com/zadam/trilium/releases/latest]] or clone git repository **from stable branch** with ```git clone -b stable https://github.com/zadam/trilium.git``` ## Installation ~~~