From dae5de10f9313ebc69792ba3d71bfcf74c50c1d0 Mon Sep 17 00:00:00 2001 From: gedi Date: Tue, 20 Dec 2011 10:46:28 +0200 Subject: [PATCH] [example] improved readme on example setup --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a42aafed94..f408f36a1e 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,8 @@ To setup and run example follow these steps: - go to the root directory of extensions - run: **php bin/vendors.php** installs doctrine and required symfony libraries - edit **example/em.php** and configure your database on top of the file -- run: **./example/bin/console** or **php example/bin/console** +- run: **./example/bin/console** or **php example/bin/console** for console commands +- run: **./example/bin/console orm:schema-tool:create** to create schema - run: **php example/run.php** to run example ### Contributors: