kbase / kb_sdk

Build and test new apps for the KBase platform
http://kbase.github.io/kb_sdk_docs
MIT License
27 stars 32 forks source link

Update README.md #217

Closed realmarcin closed 7 years ago

msneddon commented 7 years ago

Please create PRs against the develop branch.

Although I'm not sure this instruction should be in the quick_start. The Quick Start assumes a new module, and in fact already tells you to edit the test_local/test.cfg file in the line right above your change. A better place would be in the docs on testing: https://github.com/kbase/kb_sdk/blob/develop/doc/kb_sdk_local_test_module.md

There you would be able to provide a little more info in tutorial form saying something like: if the test_local folder is not there, kb-sdk test will create it for you. Make sure you update the test_local/test.cfg file... etc.