summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorrockjam <5min4eq.unity@gmail.com>2018-03-14 00:03:23 +0300
committerrockjam <5min4eq.unity@gmail.com>2018-03-14 00:03:23 +0300
commit6c0276eb0846158c3a08ba3d05419f690c28376d (patch)
tree54a9bde36af5f3366fc60a77e4ea79cb4f2b90da /docs
parent4cfc9d2e71ae9651cbc921b061a2cf02ac08d132 (diff)
downloadmill-6c0276eb0846158c3a08ba3d05419f690c28376d.tar.gz
mill-6c0276eb0846158c3a08ba3d05419f690c28376d.tar.bz2
mill-6c0276eb0846158c3a08ba3d05419f690c28376d.zip
update readme and CI to 0.1.6
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 83de1eab..94ee4a4d 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.5/0.1.5 && sudo chmod +x /usr/local/bin/mill
+sudo curl -L -o /usr/local/bin/mill https://github.com/lihaoyi/mill/releases/download/0.1.6/0.1.6 && sudo chmod +x /usr/local/bin/mill
```
### Development Releases