From 57ab349901f6c8aa4a797251ea67bd501cb20f97 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sun, 13 Sep 2026 11:02:35 -0700 Subject: [PATCH] Add install and license sections to the README Co-Authored-By: Claude Fable 5 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c415d86d..5f45fe7c 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,16 @@ Built with [Tauri](https://tauri.app), Rust, and React, it’s fast, lightweight - Pick from built-in themes or build your own. - Create plugins to extend authentication, template tags, or the UI. +## Install + +Download Yaak for macOS, Windows, or Linux from [yaak.app/download](https://yaak.app/download). Package managers and other install methods are in the [installation docs](https://yaak.app/docs/getting-started/installation). + +## License + +The source is [MIT licensed](LICENSE) and can be built and run for free, for both personal and commercial use. + +The prebuilt binaries follow Yaak's [pricing terms](https://yaak.app/pricing): free for personal use, license required for commercial use. + ## Contribution Policy > [!IMPORTANT]