Skip to content

Commit

Permalink
Add Homebrew installation to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FnControlOption committed Aug 3, 2022
1 parent 85b8412 commit 952d32b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -3,6 +3,7 @@
- [TTDL (Terminal ToDo List)](#ttdl-terminal-todo-list)
- [Installation](#installation)
- [Precompiled binaries](#precompiled-binaries)
- [Homebrew](#homebrew)
- [Known issues](#known-issues)
- [Configuration](#configuration)
- [Extra ways to set filenames of active and archived todos](#extra-ways-to-set-filenames-of-active-and-archived-todos)
Expand Down Expand Up @@ -62,6 +63,14 @@ For Windows and Ubuntu you can download precompiled binaries from [Release page]
- Windows binary works on Windows 7 or newer Windows.
- Ubuntu binary tested on Ubuntu 16 but should work on Ubuntu 18 (and maybe on other deb-based Linux distributions)

### Homebrew

For macOS and Linux you can install TTDL using [Homebrew](https://brew.sh/):

```shell
brew install ttdl
```

## Known issues

**Adding a new todo, append or prepend a text to existing todo results in error:**
Expand Down

0 comments on commit 952d32b

Please sign in to comment.