From acbc7c48222156e7fce417be5ab9de6421bf6586 Mon Sep 17 00:00:00 2001 From: Gabriel Quaresma Date: Sat, 17 Aug 2024 16:23:58 -0300 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9f46006..54ddaeb 100644 --- a/README.md +++ b/README.md @@ -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).