README in codeigniter-scaffold-0.0.2 vs README in codeigniter-scaffold-0.0.3

- old
+ new

@@ -7,9 +7,18 @@ codeigniter-scaffold [options...] -h, --help show this help -i, --init unzip a codeigniter 2.1.2 installaion in the current dir -s, --scaffold <model-name> field1:string, field2:text field3:integer, and so on.. +== Pre-setup + +1. After running 'codeigniter-scaffold --init': + * Open 'application/config/config.php' and set-up the 'base_url' property; + * Open 'application/config/database.php' and set-up your database settings; +2. After running 'codeigniter-scaffold --scaffold [options...]' + * Go to 'application/migrations' and run the generated script into your database; +3. Have fun =) + == Contributing to codeigniter-scaffold * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet. * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it. * Fork the project.