From 1e7586fae4512c234684e1d7aaff4d1e855adff2 Mon Sep 17 00:00:00 2001 From: zadam Date: Mon, 17 Jun 2019 20:34:00 +0200 Subject: [PATCH] context menu items are now disabled when there are selected notes and the item does not support actions on multiple items --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 261769a49..e9a13c1ca 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Trilium Notes is a hierarchical note taking application with focus on building l ## Builds -Trilium is provided as either desktop application (Linux, Windows, Mac) or web application hosted on your server (Linux). +Trilium is provided as either desktop application (Linux and Windows) or web application hosted on your server (Linux). Mac OS desktop build is available, but it is [unsupported](https://github.com/zadam/trilium/wiki/FAQ#mac-os-support). * 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).