mirror of
https://github.com/zadam/trilium.git
synced 2024-11-10 09:02:48 +08:00
make the git clone its own line
parent
6b80dc1a0f
commit
a1e3b1b677
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
~~~
|
||||
|
|
Loading…
Reference in a new issue