From 517fa33ffe6987c991ddb6323de3e6c6e4942026 Mon Sep 17 00:00:00 2001 From: Dallan Quass Date: Wed, 29 Jan 2014 07:52:42 -0600 Subject: [PATCH] add instructions to run npm install --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b154737..468e9ec 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,7 @@ The perfect starting point for an Ionic + AppGyver project. - [Ionic Tutorials](http://ionicframework.com/tutorials/) - [AppGyver Tutorials](http://academy.appgyver.com/courses/steroids) -To run this with AppGyver steroids, first [install steroids](http://academy.appgyver.com/courses/2/lessons/32), then run `steroids connect --watch` +To run this with AppGyver steroids: +* [install steroids](http://academy.appgyver.com/courses/2/lessons/32) +* run `npm install` +* run `steroids connect --watch`