From a1e3b1b677a685214baf934899658e08f3a67ad2 Mon Sep 17 00:00:00 2001 From: sigaloid <69441971+sigaloid@users.noreply.github.com> Date: Mon, 22 Feb 2021 18:45:29 +0000 Subject: [PATCH] make the git clone its own line --- Manual-server-installation.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Manual-server-installation.md b/Manual-server-installation.md index 3a7b7e6..2f9681d 100644 --- a/Manual-server-installation.md +++ b/Manual-server-installation.md @@ -22,7 +22,10 @@ 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 ~~~