README.md in xway-0.0.2.beta vs README.md in xway-0.0.3.beta

- old
+ new

@@ -24,9 +24,21 @@ ## Usage $ xway +### Recommended config settings + +You can store default parameters like `app.name` and `app.manifest` in a file named `.xway` located in your current working dir. + +For an example just have a look at the `appway-example` folder. + + $ cd appway-example + +Here you can just redeploy the preconfigured app like so: + + $ xway redeploy + ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`)