Skip to content

Commit

Permalink
Mention adding a database gem
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Apr 3, 2024
1 parent ab52144 commit 325f07a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ It's been tested only with PostgreSQL, but it should support any of the database

## Installation

Run this command to add this plugin to your site's Gemfile:
Run these commands to add this plugin along with the database adapter of your choice to your site's Gemfile:

```shell
bundle add pg # or sqlite3, etc.
bundle add bridgetown_sequel
```

Expand Down

0 comments on commit 325f07a

Please sign in to comment.