From 7344b1ae055409e4caaedb80d85e05c50f3e5456 Mon Sep 17 00:00:00 2001 From: huanghongxun Date: Mon, 22 Jun 2015 17:43:38 +0800 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1bbb52cd5..8f6e34091 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Hello Minecraft! Launcher Hello Minecraft! Launcher is a Minecraft launcher. +### Joining If you really want to join the development, here's some requests. -1) The Development Environment is Netbeans 8.0.2 with Gradle Support plugin. -2) The project is built in Java 1.8, using the retrolambda backported to Java 1.7. So DO NOT use the libraries of Java 8 like Stream APIs. -3) DO NOT modify *.gradle. \ No newline at end of file +* The Development Environment is Netbeans 8.0.2 with Gradle Support plugin. +* The project is built in Java 1.8, using the retrolambda backported to Java 1.7. So DO NOT use the libraries of Java 8 like Stream APIs. +* DO NOT modify *.gradle.