Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdaugherty committed Oct 22, 2016
1 parent 2375bca commit a4d7760
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,17 @@ This package operates on two logical entities:
permit easy implementation of other storage backends for
migrations.

Getting started with dbmigrations
---------------------------------
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 includes programs
("moo-postgresql", "moo-mysql", and "moo-sqlite" respectively).
See MOO.TXT for details on how to use this tool to manage your database
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.

Installation
------------

If you've obtained this package in source form and would like to
install it, you'll need the "cabal" program. To install this package
from the source directory, run `cabal install`.

Submitting patches
------------------

Expand Down

0 comments on commit a4d7760

Please sign in to comment.