summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorluccioman <luccioman@users.noreply.github.com>2016-09-14 09:31:45 +0200
committerGitHub <noreply@github.com>2016-09-14 09:31:45 +0200
commit24a071e114213617f9cc2bcd43f7bb321de47427 (patch)
treec72fbb600ad50734f2410ceab62bece93a0bce60 /README.md
parent3b694b3935a51f3d629bedb44b8761e9ce37914e (diff)
Updated compiling section in Readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2d7789369..d305a99de 100644
--- a/README.md
+++ b/README.md
@@ -171,8 +171,8 @@ Please clone our code and help with development!
The code is licensed under the GPL v2.
Compiling YaCy:
-- you need java 1.7 and ant
-- just compile: "ant clean all" - then you can "./startYACY.sh"
+- you need Java 1.7 or later and [Apache Ant](http://ant.apache.org/)
+- just compile: "ant clean all" - then you can "./startYACY.sh" or "./startYACY.bat"
- create a release tarball: "ant dist"
- create a Mac OS release: "ant distMacApp" (works only on a Mac)
- create a debian release: "ant deb"