Skip to content

Commit

Permalink
Merge pull request #31 from Scalingo/update_documentation
Browse files Browse the repository at this point in the history
doc: precise how to develop the app
  • Loading branch information
cyrille-sg authored Mar 29, 2021
2 parents d31d81e + d1fe795 commit f2cb39c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit f2cb39c

Please sign in to comment.