Github user kevdoran commented on a diff in the pull request:
https://github.com/apache/nifi-registry/pull/73#discussion_r158952014
--- Diff: nifi-registry-assembly/README.md ---
@@ -18,12 +18,27 @@ Registryâa subproject of Apache NiFiâis a
complementary application that pro
## Table of Contents
+- [Requirements](#requirements)
- [Getting Started](#getting-started)
+- [Getting Help](#getting-help)
- [License](#license)
+## Requirements
+
+* Java 1.8 (above 1.8.0_45)
+
## Getting Started
-TBD
+To start NiFi:
+- [linux/osx] execute bin/nifi-registry.sh start
+- [windows] execute bin/start-nifi-registry.bat
+- Direct your browser to http://localhost:18080/nifi-registry/
+
+## Getting Help
+If you have questions, you can reach out to our mailing list:
[email protected]
+([archive](http://mail-archives.apache.org/mod_mbox/nifi-dev)).
+We're also often available in IRC: #nifi on
+[irc.freenode.net](http://webchat.freenode.net/?channels=#nifi).
--- End diff --
Can you add the ASF HIpChat NiFi channel as well?
---