README.md in motion-prime-0.5.0 vs README.md in motion-prime-0.5.1
- old
+ new
@@ -12,10 +12,15 @@
### 2. Create MotionPrime project:
$ prime new myapp
-### 3. Run application
+### 3. Setup application
+
+ $ bundle install
+ $ rake pod:install
+
+### 4. Run application
$ rake
## Hello World (Sample)