diff --git a/README.md b/README.md index 145de5155..91cadfaef 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/bin/build-server.sh b/bin/build-server.sh index f67089bda..dfc0d9e7f 100755 --- a/bin/build-server.sh +++ b/bin/build-server.sh @@ -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 \ No newline at end of file