summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMartin Mauch <martin.mauch@gmail.com>2018-06-29 06:02:08 +0200
committerLi Haoyi <haoyi.sg@gmail.com>2018-06-28 21:02:08 -0700
commit94fd8e371bab560118a8fd66eb69e31ae72aefde (patch)
tree7bf4e464f620607f03dfa9e53264e0034bc4916e /docs
parentab29831b6dcabe7fa39308beabb5539fd8712699 (diff)
downloadmill-94fd8e371bab560118a8fd66eb69e31ae72aefde.tar.gz
mill-94fd8e371bab560118a8fd66eb69e31ae72aefde.tar.bz2
mill-94fd8e371bab560118a8fd66eb69e31ae72aefde.zip
Add scoop as installation option for Windows (#377)
Diffstat (limited to 'docs')
-rw-r--r--docs/pages/1 - Intro to Mill.md6
1 files changed, 6 insertions, 0 deletions
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),