diff --git a/README.md b/README.md index a68e298..02e643c 100644 --- a/README.md +++ b/README.md @@ -144,3 +144,23 @@ scalingo.osc_fr1.apps.all # OR scalingo.region(:osc_fr1).apps.all # Preview the creation of an app on the default region scalingo.apps.create(name: "my-new-app", dry_run: true) ``` + +## Development + +### Install + +```bash +bundle +``` + +### Run tests + +```bash +bundle exec rake test +``` + +### Release a new version + +```bash +# TODO +```