Browse Source

Fix quickstart instructions

pull/367/head
Pablohn26 9 years ago
parent
commit
049293cb15
No known key found for this signature in database
GPG Key ID: 947319E2CC58B86B
  1. 2
      README.md

2
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`
----------

Loading…
Cancel
Save