make the git clone its own line

sigaloid 2021-02-22 18:45:29 +00:00
parent 6b80dc1a0f
commit a1e3b1b677

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