Skip to content

Commit

Permalink
Specify that you have to require database adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
epergo committed Apr 16, 2018
1 parent 4168d23 commit f5c0de8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ you can create a simple script like the following (we'll call it bin/micrate in

```crystal
#! /usr/bin/env crystal
# Require your database's adapter
# require "pg"
# require "mysql"
# require "sqlite3"
require "micrate"
Micrate::Cli.run
Expand Down

0 comments on commit f5c0de8

Please sign in to comment.