Repository: incubator-freemarker-online-tester Updated Branches: refs/heads/master c0a85a5a5 -> 1aab69305
Updated README.md to refer to shadowJar Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/commit/f4a08856 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/tree/f4a08856 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/diff/f4a08856 Branch: refs/heads/master Commit: f4a088563bdb095299c3dea7d9dae03850c7a21b Parents: c0a85a5 Author: ddekany <[email protected]> Authored: Mon May 8 15:25:34 2017 +0200 Committer: ddekany <[email protected]> Committed: Mon May 8 15:25:34 2017 +0200 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/blob/f4a08856/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 7412cf6..03b3566 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Development Instuctions * Clone the repository to a local directory * Run "./gradlew build" from the cloned directory (use JDK 8) * If you want to run it using IDEA run "./gradlew cleanidea idea" - this will generate the IDEA project for you. -* For running the software from a command line, build `fatJar` (not `jar`) and then just hit "java -jar build/libs/freemarker-online-0.1.undef.jar server src/main/resources/freemarker-online.yml" +* For running the software from a command line, build `shadowJar` (not `jar`) and then just hit "java -jar build/libs/freemarker-online-0.1.undef.jar server src/main/resources/freemarker-online.yml" License
