Repository: incubator-netbeans Updated Branches: refs/heads/master 8b95d05d2 -> 2fb34333f
Adding build and run instructions to the README Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/2fb34333 Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/2fb34333 Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/2fb34333 Branch: refs/heads/master Commit: 2fb34333fe5fd82254f0f39bb08d1ba43d1e963c Parents: 8b95d05 Author: GeertjanWielenga <geertjanwielenga@GeertjanWielengas-MacBook-Pro.local> Authored: Fri Sep 15 14:11:17 2017 +0200 Committer: GeertjanWielenga <geertjanwielenga@GeertjanWielengas-MacBook-Pro.local> Committed: Fri Sep 15 14:11:17 2017 +0200 ---------------------------------------------------------------------- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2fb34333/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 74a7413..410ad63 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,19 @@ Apache NetBeans =============== -NetBeans is an open source development environment, tooling platform, and application framework, used by 1.5 million individuals each month. +NetBeans is an open source development environment, tooling platform, and application framework. +# Building NetBeans +Build the full project: +``` +$ ant +``` +# Running NetBeans +Navigate into the root folder and: +``` +$ ant tryme +``` +Also, look in nbbuid/netbeans for the NetBeans installation created by the build process.