Repository: incubator-freemarker-site Updated Branches: refs/heads/master 699630fe6 -> 149fc6ad2
More getting started info for new contributors. Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/commit/149fc6ad Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/149fc6ad Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/149fc6ad Branch: refs/heads/master Commit: 149fc6ad27b9cd475be5fa9d1d79fd8a7982c7e8 Parents: 699630f Author: ddekany <[email protected]> Authored: Fri Oct 9 19:09:36 2015 +0200 Committer: ddekany <[email protected]> Committed: Fri Oct 9 19:09:36 2015 +0200 ---------------------------------------------------------------------- src/main/docgen/book.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/149fc6ad/src/main/docgen/book.xml ---------------------------------------------------------------------- diff --git a/src/main/docgen/book.xml b/src/main/docgen/book.xml index 276e3fa..8b22688 100644 --- a/src/main/docgen/book.xml +++ b/src/main/docgen/book.xml @@ -1156,6 +1156,12 @@ two freemarker.jar-s and unpredictable behavior! xlink:href="http://www.apache.org/dev/new-committers-guide.html#cla">Individual Contributor License Agreement (ICLA) or Corporate CLA at the Apache Software Foundation</link>.</para> + + <para>Of course, you will also want to check the project out from the + source code repository, and build it. See here <link + linkend="sourcecode">what to check out</link>. After checking + something out, see the <literal>README</literal> file in it for more + information about building and IDE setup.</para> </simplesect> </section> </chapter>
