Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoGabriel55 authored Aug 17, 2024
1 parent 8982cab commit acbc7c4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,22 @@ sinatra-scaffold new my_app

## Development

Install the dependencies
```sh
bundle install
```

Build and install gem locally

```sh
gem build sinatra-scaffold.gemspec && gem install ./sinatra-scaffold-0.1.0.gem
```

Run lint
```sh
bundle exec rake standard:fix
```

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/joaoGabriel55/sinatra-scaffold. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/joaoGabriel55/sinatra-scaffold/blob/main/CODE_OF_CONDUCT.md).
Expand Down

0 comments on commit acbc7c4

Please sign in to comment.