You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ge...@apache.org on 2017/09/16 08:11:01 UTC

incubator-netbeans git commit: Adding NetBeans Platform build info to README

Repository: incubator-netbeans
Updated Branches:
  refs/heads/master e7e8f68f3 -> 227738f78


Adding NetBeans Platform build info to 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/227738f7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/227738f7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/227738f7

Branch: refs/heads/master
Commit: 227738f78c8c5cfc89d30924048418c3e3f82966
Parents: e7e8f68
Author: geertjan <ge...@oracle.com>
Authored: Sat Sep 16 10:10:53 2017 +0200
Committer: geertjan <ge...@oracle.com>
Committed: Sat Sep 16 10:10:53 2017 +0200

----------------------------------------------------------------------
 README.md | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/227738f7/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 4a16004..19ec96d 100644
--- a/README.md
+++ b/README.md
@@ -8,14 +8,19 @@ Build the full project:
 ```
 $ ant
 ```
+Build the NetBeans Platform:
+```
+$ ant -Dcluster.config=platform
+```
+
 ### Running NetBeans
 
-Run the built project:
+Run the build:
 ```
 $ ant tryme
 ```
 
-Also, look in nbbuild/netbeans for the NetBeans installation created by the build process.
+**Note:** Look in nbbuild/netbeans for the NetBeans installation created by the build process.
 
 ### Get In Touch