From 6681404255c662cc7a4a6f0d303cc3e85e2c03eb Mon Sep 17 00:00:00 2001 From: Yakiyo Date: Wed, 30 Aug 2023 15:48:48 +0600 Subject: [PATCH] doc: scoop installation method --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8e018ba..c498c9b 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ This was inspired by the amazing [tealdeer](https://github.com/dbrgn/tealdeer). Download binaries from the [release](https://github.com/Yakiyo/tilde/releases/latest) section +### Scoop +```shell + $ scoop install https://github.com/Yakiyo/tilde/raw/main/pkg/scoop/tilde.json +``` +*More methods TBA* ## Usage Tilde follows the [tldr client specifications](https://github.com/tldr-pages/tldr/blob/main/CLIENT-SPECIFICATION.md). The version of the spec followed can be viewed by running the `tldr --version` flag.