Browse Source

Merge pull request #367 from Pablohn26/master

Fix quickstart instructions Fix #311
pull/432/head
Ramiro Saenz 9 years ago committed by GitHub
parent
commit
23cdc54780
  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