From c26c3500a4d8e69bb068f14a9631885703679721 Mon Sep 17 00:00:00 2001 From: Arialdo Martini Date: Tue, 23 Jul 2024 09:04:33 +0200 Subject: [PATCH] Instuctions for installing Dolt with Scoop on Windows --- packages/dolt/content/introduction/installation/windows.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/dolt/content/introduction/installation/windows.md b/packages/dolt/content/introduction/installation/windows.md index a9d44da9f..d4f168902 100644 --- a/packages/dolt/content/introduction/installation/windows.md +++ b/packages/dolt/content/introduction/installation/windows.md @@ -18,6 +18,12 @@ choco install dolt We provide both `.msi` files and `.zip` files. +## Scoop + +```powershell +scoop install dolt +``` + ## MSI Files The easiest way to install Dolt on Windows is to use our MSI files that are provided with each release, they can be found in the Assets section of our release. Grab the latest [here](https://github.com/dolthub/dolt/releases/latest).