From 769521c4745dd7de1e1c783281585893af8ce5db Mon Sep 17 00:00:00 2001 From: Kris Schneider <101912712+Zliced13@users.noreply.github.com> Date: Wed, 2 Nov 2022 20:37:39 -0600 Subject: [PATCH] Add Scoop installation methods (#1013) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 329a3a9..1256b47 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,12 @@ sudo port install ttyd [Compile on Windows](https://github.com/tsl0922/ttyd/wiki/Compile-on-Windows). +Install with [Scoop](https://scoop.sh/#/apps?q=ttyd&s=2&d=1&o=true): +``` +scoop install ttyd +``` + + ## Install on OpenWrt ```bash -- 2.43.4