aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDmitry Jemerov <yole@jetbrains.com>2015-12-03 16:44:18 +0100
committerDmitry Jemerov <yole@jetbrains.com>2015-12-03 16:44:18 +0100
commitdd762a167d1652feb66000d72eee28f056a54985 (patch)
tree9042f82f6d708ea4c664c5d78ead717249684115 /README.md
parent39631054c58df5841ea268b7002b820ec55f6e0a (diff)
downloaddokka-dd762a167d1652feb66000d72eee28f056a54985.tar.gz
dokka-dd762a167d1652feb66000d72eee28f056a54985.tar.bz2
dokka-dd762a167d1652feb66000d72eee28f056a54985.zip
remove references to Ant from README
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 2 insertions, 19 deletions
diff --git a/README.md b/README.md
index b9e0eb12..ed2f8975 100644
--- a/README.md
+++ b/README.md
@@ -191,22 +191,5 @@ Basically, given the `documentation` as a model, we do this:
## Building Dokka
-Build only dokka
-
-```bash
-ant fatjar
-```
-
-Build dokka and maven plugin
-
-```bash
-ant install-fj
-cd maven-plugin
-mvn install
-```
-
-Build dokka and install maven plugin (do not require maven installed)
-```bash
-ant build-and-install
-```
-
+Dokka is built with Gradle. To build it, use `./gradlew build`.
+Alternatively, open the project directory in IntelliJ IDEA and use the IDE to build and run Dokka.