Skip to content

Commit

Permalink
README: the minimal example needs rackup (#2009)
Browse files Browse the repository at this point in the history
Close #2003
  • Loading branch information
dentarg committed Mar 27, 2024
1 parent f708911 commit 97bb049
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -15,11 +15,12 @@ get '/' do
end
```

Install the gem:
Install the gems needed:

```shell
gem install sinatra
gem install puma # or any other server
gem install rackup
gem install puma # or any other server (optional step)
```

And run with:
Expand Down

0 comments on commit 97bb049

Please sign in to comment.