From 65dab7ef15608fa4ecdbf6e58b6ec6b16034c73f Mon Sep 17 00:00:00 2001 From: Alexander Ilin Date: Wed, 14 Aug 2024 22:46:45 +0200 Subject: [PATCH] Add Windows installation instructions for Scoop --- manual/src/installation.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/manual/src/installation.md b/manual/src/installation.md index 0005a639d..ef39162cd 100644 --- a/manual/src/installation.md +++ b/manual/src/installation.md @@ -40,6 +40,13 @@ with `pkg`. $ sudo pkg install difftastic ``` +If you're a Windows user, you can install +[difftastic](https://scoop.sh/#/apps?q=difftastic) +with `scoop`. +``` +$ scoop install difftastic +``` + If you're a Windows user, you can install [difftastic](https://community.chocolatey.org/packages/difftastic) with `choco`.