summaryrefslogtreecommitdiff
path: root/docs/intro.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-10 10:20:42 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-10 10:20:42 -0800
commit43c10304c75afefad6f861fe25083aec858a6dfb (patch)
tree81983978f45e6f9ee283e1f692c51e9768e81c4e /docs/intro.md
parent3075356a2b6f6a10c43a32e6413fcbd41b4d0822 (diff)
downloadmill-43c10304c75afefad6f861fe25083aec858a6dfb.tar.gz
mill-43c10304c75afefad6f861fe25083aec858a6dfb.tar.bz2
mill-43c10304c75afefad6f861fe25083aec858a6dfb.zip
add download link
Diffstat (limited to 'docs/intro.md')
-rw-r--r--docs/intro.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/intro.md b/docs/intro.md
index a351c55b..575efccc 100644
--- a/docs/intro.md
+++ b/docs/intro.md
@@ -1,3 +1,9 @@
+To get started, download Mill and install it into your system via the following
+`curl`/`chmod` command:
+
+```bash
+sudo curl -L -o /usr/local/bin/mill https://github.com/lihaoyi/mill/releases/download/0.0.7/0.0.7 && sudo chmod +x /usr/local/bin/mill
+```
The simplest Mill build for a Scala project looks as follows: