Skip to content

Commit

Permalink
[example] improved readme on example setup
Browse files Browse the repository at this point in the history
  • Loading branch information
l3pp4rd committed Dec 20, 2011
1 parent 48847d3 commit dae5de1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -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:
Expand Down

0 comments on commit dae5de1

Please sign in to comment.