From 2e80b3ae15466ea82a4f8ffa016dee1ee8a62825 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sat, 10 Feb 2018 08:52:04 -0800 Subject: move docs around, try to fix publishAll --- docs/intro.md | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'docs/intro.md') diff --git a/docs/intro.md b/docs/intro.md index 58b9b1bd..3e3778d5 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -1,12 +1,3 @@ -Mill is a general purpose build-tool. It has built in support for the -[Scala](https://www.scala-lang.org/) programming language, and can serve as a -replacement for [SBT](http://www.scala-sbt.org/), but can also be extended to -support any other language or platform via modules (written in Java or Scala) or -through external subprocesses. Mill aims for simplicity by re-using concepts you -are already familiar with to let you define your project's build. Mill's -`build.sc` files are Scala scripts. - - ## Hello Mill The simplest Mill build for a Scala project looks as follows: @@ -674,5 +665,3 @@ Scala major versions while others are cross-built against Scala minor versions. Also demonstrates how to pass one module's compiled artifacts to the `run`/`test` commands of another, via their `forkEnv`. - -## Extending Mill \ No newline at end of file -- cgit v1.2.3