Skip to content

Commit

Permalink
Update README.md (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonneutert committed Oct 9, 2023
1 parent fa6aaaa commit 328bc24
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,7 @@ I want this Sinatra boilerplate app to:
* run on heroku (don't forget: `$ heroku config:add APP_ENV=production`)

## <a name="start"></a>Get started
You need **Ruby (>= 2.7)** and **Bundler** (of course).

Have you heard of __frozen_string_literal__? No? [Read this](https://www.pluralsight.com/blog/software-development/ruby-2-3--working-with-immutable-strings-)

_If you do not have a local PostgresQL DB running, heroku can handle the code as is - do not forget to add **Heroku PostgresQL** addon in your dashboard._
You need **Ruby (>= 3.2)** and **Bundler** (of course).

* `$ git clone`
* `$ bundle install`
Expand Down

0 comments on commit 328bc24

Please sign in to comment.