From 049293cb152e89739e1aece57cda18f76d9dea91 Mon Sep 17 00:00:00 2001 From: Pablohn26 Date: Tue, 27 Sep 2016 12:24:58 +0200 Subject: [PATCH] Fix quickstart instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f9350ae..4e3591d4 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ If you're comfortable getting up and running from a `git clone`, this method is 1. `git clone https://github.com/saenzramiro/rambox.git` 2. `npm install` 3. Configure `env-sample.js` and rename it to `env.js`. -4. `sencha app watch` +4. `npm run sencha:compile` 5. `npm start` ----------