mirror of
https://github.com/zadam/trilium.git
synced 2025-01-25 08:29:25 +08:00
removed the note from readme about missing mac build
This commit is contained in:
parent
dd6a29dfc0
commit
c46f5805b1
2 changed files with 3 additions and 3 deletions
|
@ -23,9 +23,9 @@ Trilium Notes is a hierarchical note taking application with focus on building l
|
|||
|
||||
## Builds
|
||||
|
||||
Trilium is provided as either desktop application (Linux, Windows) or web application hosted on your server (Linux). Mac is planned but not available at the moment.
|
||||
Trilium is provided as either desktop application (Linux, Windows, Mac) or web application hosted on your server (Linux).
|
||||
|
||||
* If you want to use Trilium on the desktop, download binary release for your platform (currently Linux and Windows are supported) from [latest release](https://github.com/zadam/trilium/releases/latest), unzip the package and run ```trilium``` executable.
|
||||
* If you want to use Trilium on the desktop, download binary release for your platform from [latest release](https://github.com/zadam/trilium/releases/latest), unzip the package and run ```trilium``` executable.
|
||||
* If you want to install Trilium on server, follow [this page](https://github.com/zadam/trilium/wiki/Server-installation).
|
||||
* Currently only recent Chrome and Firefox are supported (tested) browsers.
|
||||
|
||||
|
|
|
@ -33,5 +33,5 @@ chmod 755 trilium.sh
|
|||
|
||||
cd ..
|
||||
|
||||
VERSION=`jq -r ".version" ../../package.json`
|
||||
VERSION=`jq -r ".version" ../package.json`
|
||||
7z a trilium-linux-x64-server-${VERSION}.7z trilium-linux-x64-server
|
Loading…
Reference in a new issue