From 3b812523a923c9548372f3ded993babc47f348c1 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 20 Aug 2018 12:33:49 +0200 Subject: [PATCH] Documentation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0be2cc2..d6648ec 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,10 @@ If you want to use `SQLite`: Then edit `propel.yaml` and replace the values of `dsn`, `user`, `password` by considering your environment and run `$ make propel`. +If you want to run the interactive shell manually, run: + + $ composer gist-scripts + **Versions >= 1.4.4 only**: `$ cp app/config/config.yml.dist app/config/config.yml` See the [configuration section](#configuration) for more information about configuration.