Skip to content

Commit

Permalink
Update Getting Started in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdaugherty committed Oct 22, 2016
1 parent 2eebb9e commit 270ea72
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,17 @@ This package operates on two logical entities:
Getting started
---------------

Users should probably not use this package directly but rather install
and use the database-specific package, like dbmigrations-postgresql,
dbmigrations-mysql or dbmigrations-sqlite. These packages include
backend-specific variants of the "moo" management program
("moo-postgresql", "moo-mysql", and "moo-sqlite" respectively). See
MOO.TXT for details on how to use these tools to manage your database
migrations.
To get started, install the right database-specific dbmigrations package
for your database. Current options are:

* `dbmigrations-postgresql`
* `dbmigrations-mysql`
* `dbmigrations-sqlite`

Each package provides a variant of the "moo" management program
("moo-postgresql", "moo-mysql", and "moo-sqlite" respectively) to be
used to manage your database schema. See MOO.TXT for details on how to
use these tools to manage your database migrations.

Submitting patches
------------------
Expand Down

0 comments on commit 270ea72

Please sign in to comment.