Skip to content

Commit

Permalink
Update readme with homebrew instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
freetonik committed Nov 3, 2024
1 parent 4d9cd33 commit c31eba1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit c31eba1

Please sign in to comment.