From 454acb5ded7cb9c5443705e0e520563034c24a48 Mon Sep 17 00:00:00 2001 From: Muescha <184316+muescha@users.noreply.github.com> Date: Wed, 29 Apr 2026 21:40:01 +0200 Subject: [PATCH] doc: README add installation via Homebrew (#338) Updated installation instructions via Homebrew ( https://formulae.brew.sh/cask/tolaria ) and added a section for getting started with Tolaria. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1312a63b..893d7044 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,22 @@ You can find some Loom walkthroughs below — they are short and to the point: - ⌨️ **Keyboard-first** — Tolaria is designed for power-users who want to use keyboard as much as possible. A lot of how we designed the Editor and the Command Palette is based on this. - 💪 **Built from real use** — Tolaria was created for manage my personal vault of 10,000+ notes, and I use it every day. Every feature exists because it solved a real problem. -## Getting started +## Installation + +### Homebrew + +Install via Homebrew on macOS: + +```batch +brew install --cask tolaria +``` + +### Download from releases Download the [latest release here](https://refactoringhq.github.io/tolaria/download/). +## Getting started + When you open Tolaria for the first time you get the chance of cloning the [getting started vault](https://github.com/refactoringhq/tolaria-getting-started) — which gives you a walkthrough of the whole app. ## Open source and local setup