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.