From 862a1cce2631b590d74c88870899ba1df5903600 Mon Sep 17 00:00:00 2001 From: cameron Date: Tue, 21 Jun 2016 11:17:30 +1200 Subject: [PATCH] Added how to run in angular2-chat-example/README.md --- examples/angular2-chat-app/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/examples/angular2-chat-app/README.md b/examples/angular2-chat-app/README.md index e3eb8e3ca..2177bf496 100755 --- a/examples/angular2-chat-app/README.md +++ b/examples/angular2-chat-app/README.md @@ -1 +1,9 @@ -Horizon Chat example using Angular2 \ No newline at end of file +Horizon Chat example using Angular2 + + +Running this example + +1. Install horsizon: "npm install -g horizon" +2. Install RethinkDB: https://rethinkdb.com/docs/install +3. Run "horizon serve --dev" in this directory +4. Open http://123.0.0.1:8181