Преглед изворни кода

[example] improved readme on example setup

gedi пре 13 година
родитељ
комит
dae5de10f9
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -112,7 +112,8 @@ To setup and run example follow these steps:
 - go to the root directory of extensions
 - go to the root directory of extensions
 - run: **php bin/vendors.php** installs doctrine and required symfony libraries
 - run: **php bin/vendors.php** installs doctrine and required symfony libraries
 - edit **example/em.php** and configure your database on top of the file
 - 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
 - run: **php example/run.php** to run example
 
 
 ### Contributors:
 ### Contributors: