Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
added doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bupy7 committed Sep 7, 2017
1 parent 5af094f commit 0414a25
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions example/QueueDoctrine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,19 @@ Requirements
Install
-------

1. Copy `QueueDoctrine` to your `module` directory.
1: Copy `QueueDoctrine` to your `module` directory.

2. Add `QueueDoctrine` to your config of module list.
2: Add `QueueDoctrine` to your config of module list.

4. Profit.
3: Run create scheme:

```
$ console orm:schema-tool:create
```

> You must have console application to run this command.
4: Profit.

Usage
-----
Expand Down

0 comments on commit 0414a25

Please sign in to comment.