From 239552cac873c5a3396014d7628e8556c29b4b3c Mon Sep 17 00:00:00 2001 From: Dyllan To <1279360+dyllan-to-you@users.noreply.github.com> Date: Tue, 21 Jan 2025 16:44:57 -0800 Subject: [PATCH] Add scoop & choco to windows install documentation --- docs/INSTALL.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 45aa3e6af..17eca3bf7 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -209,6 +209,23 @@ under plain Windows. aka Windows Subsystem for Linux if that's what you prefer. Installation is just like any other Linux system. +### Native Package managers + +Some people have created releases for d2 on windows package managers based on the prebuilt releases! + +#### Scoop + +[Scoop](https://scoop.sh/) is a package manager for windows. It can be used to install d2 by running +```sh +scoop install main/d2 +``` + +#### Chocolatey +[Chocolatey](https://chocolatey.org/) is a package manager for windows. It can be used to install d2 by running +```sh +choco install d2 +``` + ## Docker https://hub.docker.com/repository/docker/terrastruct/d2