summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrebe <rigge@berkeley.edu>2018-04-11 01:12:59 -0700
committerLi Haoyi <haoyi.sg@gmail.com>2018-04-11 01:12:59 -0700
commitb08b3b870d81b7ba8209f485058091a9add21aee (patch)
tree06bf789e6be79a22b53586dd2ccee95cba1230ca
parenta7bb3fd0a885402a84739d8ba879510e451e50b3 (diff)
downloadmill-b08b3b870d81b7ba8209f485058091a9add21aee.tar.gz
mill-b08b3b870d81b7ba8209f485058091a9add21aee.tar.bz2
mill-b08b3b870d81b7ba8209f485058091a9add21aee.zip
Add some documentation regarding bootstrapping. (#295)
Mill unstable releases should be used for bootstrapping.
-rw-r--r--docs/pages/1 - Intro to Mill.md1
-rw-r--r--readme.md3
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md
index 495c3c30..b31c32e7 100644
--- a/docs/pages/1 - Intro to Mill.md
+++ b/docs/pages/1 - Intro to Mill.md
@@ -68,6 +68,7 @@ In case you want to try out the latest features and improvements that are
currently in master, unstable versions of Mill are
[available](https://github.com/lihaoyi/mill/releases) as binaries named
`#.#.#-n-hash` linked to the latest tag.
+Installing the latest unstable release is recommended for bootstrapping mill.
Come by our [Gitter Channel](https://gitter.im/lihaoyi/mill) if you want to ask
questions or say hi!
diff --git a/readme.md b/readme.md
index 2b2251bc..139a4ca4 100644
--- a/readme.md
+++ b/readme.md
@@ -22,6 +22,9 @@ own codebase.
Mill is built using Mill. To begin, first download & install Mill as described
in the documentation above.
+As Mill is under active development, stable releases may not be able to build
+the current development branch of Mill.
+It is recommended to install the latest unstable release manually.
To run unit test suite: