From 2bfa55842458c092acb599fd4876a74386680b0f Mon Sep 17 00:00:00 2001 From: GWYOG Date: Fri, 14 Jul 2017 18:40:45 +0800 Subject: Add the versions of dependency mods in README.md, close #3 --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 4f39ad8f45..fa712c8466 100644 --- a/README.MD +++ b/README.MD @@ -16,7 +16,7 @@ You can find the download link there, or simply download it [here](http://pan.ba This download link is from a Chinese NetDisk FYI. ### Build -If you want a bleeding-edge version of this mod, you can simply download or clone this repository, establish a folder named "libs" and put the dev build of NEI, GT5, and GT6 in the folder. +If you want a bleeding-edge version of this mod, you can simply download or clone this repository, establish a folder named "libs" and put the dev builds of suitable version of NEI(e.g. 1.0.5.120-dev), GT5(e.g. 5.09.28-dev), and GT6(e.g. 6.05.00-dev) in the folder. Then you can build this mod in the same way as building other mods. i.e. run "gradlew build" command in the CMD window. Then the build can be found in "./build/libs/" folder. ### License -- cgit