optionally build angular and use it if available
[angular-mojolicious.git] / README
diff --git a/README b/README
index 0699a37..d6287ff 100644 (file)
--- a/README
+++ b/README
@@ -19,10 +19,16 @@ using simple in-memory model for experimenting with local datasets using
 
 Installation:
 
-    git submodule init
-    git submodule update
+       git submodule init
+       git submodule update
+
+Optionally build angular to get single file download
+
+       cd public/angular
+       rake compile
+       cd -
 
 Start it with:
 
-    ./angular-server.pl daemon --reload  
+       ./angular-server.pl daemon --reload