summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorrockjam <5min4eq.unity@gmail.com>2018-03-13 13:19:50 +0300
committerrockjam <5min4eq.unity@gmail.com>2018-03-13 13:19:50 +0300
commit86ac46588beb2c6a29996ce8499165acd3bb357c (patch)
treef038f3c7e46cc51e4fca944d6a240b7e3eb63e7b /docs
parente73f8084c531e25435d3f38d2cf518f391ae3ce0 (diff)
downloadmill-86ac46588beb2c6a29996ce8499165acd3bb357c.tar.gz
mill-86ac46588beb2c6a29996ce8499165acd3bb357c.tar.bz2
mill-86ac46588beb2c6a29996ce8499165acd3bb357c.zip
update readme and CI configuration to mill 0.1.5
Diffstat (limited to 'docs')
-rw-r--r--docs/pages/1 - Intro to Mill.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md
index d1e387b5..83de1eab 100644
--- a/docs/pages/1 - Intro to Mill.md
+++ b/docs/pages/1 - Intro to Mill.md
@@ -39,7 +39,7 @@ 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.1.4/0.1.4 && sudo chmod +x /usr/local/bin/mill
+sudo curl -L -o /usr/local/bin/mill https://github.com/lihaoyi/mill/releases/download/0.1.5/0.1.5 && sudo chmod +x /usr/local/bin/mill
```
### Development Releases