From 4e94fbeddb01b42a84cf46b76076cfe608f63da7 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Fri, 24 Apr 2020 11:38:15 -0400 Subject: [PATCH] Update collection instructions a little bit --- collection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collection.md b/collection.md index 8d9c860..97aec57 100644 --- a/collection.md +++ b/collection.md @@ -14,7 +14,7 @@ in two places: See [Configuration Page](./configuration#databasetoml) for more information ## Phinx Config -1. The `phinx.yml` file should already exist for sqlite setup, with the development environment +1. Copy the `phinx.yml.dist` example config to `phinx.yml`, which has a development sqlite setup 2. Update the `phinx.yml` file based on the instructions [here](http://docs.phinx.org/en/latest/configuration.html) Example sqlite config: