From c31eba18e184ad86c91678e42d82287bb91b2ba5 Mon Sep 17 00:00:00 2001 From: Rakhim Davletkaliyev Date: Sun, 3 Nov 2024 19:42:58 +0200 Subject: [PATCH] Update readme with homebrew instructions --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a292a2..df43b85 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,19 @@ Local, web-based notetaking app inspired by "One Big Text File" idea. Short demo ## Installation -``` +#### Using [Cargo](https://crates.io/crates/textpod) (cross-platform) + +```console cargo install textpod ``` +#### Via [Homebrew](https://brew.sh/) (macOS and GNU/Linux) + +```console +brew tap freetonik/tap +brew install textpod +``` + In order to download webpages, you need to have `monolith` installed. `cargo install monolith` or `brew install monolith` (macOS). See [monolith](https://github.com/Y2Z/monolith) for more details.