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 ~~~