From 433f53323d7f481854614010c66fb18e4c55c145 Mon Sep 17 00:00:00 2001 From: Vladimir Markelov Date: Sun, 7 Apr 2024 17:00:02 -0700 Subject: [PATCH] add Scoop install way on Windows to README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 778fe58..81cf89e 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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/):