Skip to content

Commit

Permalink
add Scoop install way on Windows to README
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirMarkelov committed Apr 8, 2024
1 parent cbf621c commit 433f533
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- [TTDL (Terminal ToDo List)](#ttdl-terminal-todo-list)
- [Installation](#installation)
- [Precompiled binaries](#precompiled-binaries)
- [Scoop](#scoop)
- [Homebrew](#homebrew)
- [Known issues](#known-issues)
- [Configuration](#configuration)
Expand Down Expand Up @@ -72,6 +73,18 @@ 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)

### Scoop

For Windows you can install using [Scoop](https://scoop.sh/).

First, you need to add scoop bucket `Extras`, then you can install TTDL:

```console
scoop bucket add extras

scoop install ttdl
```

### Homebrew

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

0 comments on commit 433f533

Please sign in to comment.