From 8106f467d41ca747ed039e9d8c5909aa7e40dabb Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sat, 17 Feb 2018 14:27:16 -0800 Subject: fixt-readme --- docs/pages/1 - Intro to Mill.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/pages/1 - Intro to Mill.md') diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md index 8d2c4847..4dd9380e 100644 --- a/docs/pages/1 - Intro to Mill.md +++ b/docs/pages/1 - Intro to Mill.md @@ -1,4 +1,4 @@ -Mill is your shiny new Scala build tool! +[Mill](https://github.com/lihaoyi/mill) is your shiny new Scala build tool! [Confused by SBT](http://www.lihaoyi.com/post/SowhatswrongwithSBT.html)? Frustrated by Maven? Perplexed by Gradle? Give Mill a try! @@ -17,7 +17,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.0.7/0.0.7 && sudo chmod +x /usr/local/bin/mill +sudo curl -L -o /usr/local/bin/mill https://github.com/lihaoyi/mill/releases/download/0.1.0/0.1.0 && sudo chmod +x /usr/local/bin/mill ``` The simplest Mill build for a Scala project looks as follows: @@ -308,7 +308,7 @@ JSON it outputs is structured and easily parsed & manipulated. ## IntelliJ Support -Mill supports IntelliJ by default. Use `mill mill.scalalib.GenIdea/idea` to +Mill supports IntelliJ by default. Use `mill mill.scalalib.GenIdeaModule/idea` to generate an IntelliJ project config for your build. This also configures IntelliJ to allow easy navigate & code-completion within -- cgit v1.2.3