From 94fd8e371bab560118a8fd66eb69e31ae72aefde Mon Sep 17 00:00:00 2001 From: Martin Mauch Date: Fri, 29 Jun 2018 06:02:08 +0200 Subject: Add scoop as installation option for Windows (#377) --- docs/pages/1 - Intro to Mill.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md index 9e8a3b9d..1c9100fa 100644 --- a/docs/pages/1 - Intro to Mill.md +++ b/docs/pages/1 - Intro to Mill.md @@ -39,6 +39,12 @@ To get started, download Mill from: https://github.com/lihaoyi/mill/releases/download/0.2.3/0.2.3, and save it as `mill.bat`. +If you're using [Scoop](https://scoop.sh) you can install Mill via + +```bash +scoop install mill +``` + Mill also works on a sh environment on Windows (e.g., [MSYS2](https://www.msys2.org), [Cygwin](https://www.cygwin.com), -- cgit v1.2.3