summaryrefslogtreecommitdiff
path: root/docs/pages/1 - Intro to Mill.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-07-06 18:18:08 -0700
committerLi Haoyi <haoyi.sg@gmail.com>2018-07-06 18:18:08 -0700
commit2c5546d67789e774610bad28b710e357f37fc0d2 (patch)
tree6298f00e9b9bec73985528e277886b7309aae519 /docs/pages/1 - Intro to Mill.md
parentd93b9abae3aae1a5378f361040190076f7434ff5 (diff)
parent94fd8e371bab560118a8fd66eb69e31ae72aefde (diff)
downloadmill-2c5546d67789e774610bad28b710e357f37fc0d2.tar.gz
mill-2c5546d67789e774610bad28b710e357f37fc0d2.tar.bz2
mill-2c5546d67789e774610bad28b710e357f37fc0d2.zip
Merge branch 'master' of github.com:lihaoyi/mill0.2.4
Diffstat (limited to 'docs/pages/1 - Intro to Mill.md')
-rw-r--r--docs/pages/1 - Intro to Mill.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md
index 3602e038..bbed0ed7 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.4/0.2.4, 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),
@@ -54,6 +60,13 @@ to get started, follow the instructions in the [manual](#manual) section below.
sed -i '0,/-cp "\$0"/{s/-cp "\$0"/-cp `cygpath -w "\$0"`/}; 0,/-cp "\$0"/{s/-cp "\$0"/-cp `cygpath -w "\$0"`/}' /usr/local/bin/mill
```
+### Docker
+You can download and run a [Docker image containing OpenJDK, Scala and Mill](https://hub.docker.com/r/nightscape/scala-mill/) using
+```bash
+docker pull nightscape/scala-mill
+docker run -it nightscape/scala-mill
+```
+
### Manual
To get started, download Mill and install it into your system via the following