Skip to content

Commit 7beb6cc

Browse files
committed
Update the installation doc
1 parent 2637793 commit 7beb6cc

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Resources/doc/install.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,19 @@ Installing CCDNUser ProfileBundle.
33

44
## Dependencies:
55

6-
> Note you will need a User Bundle so that you can map the UserInterface to your own User entity. You can use whatecer User Bundle you prefer. FOSUserBundle is highly rated.
6+
> Note you will need a User Bundle so that you can map the ProfileUserInterface to your own User entity.
7+
> You can use whatever User Bundle you prefer. FOSUserBundle is highly rated.
78
89
## Installation:
910

10-
Installation takes only 4 steps:
11+
Installation takes only 5 steps:
1112

1213
1. Download and install dependencies via Composer.
1314
2. Register bundles with AppKernel.php.
1415
3. Update your app/config/routing.yml.
1516
4. Update your app/config/config.yml.
16-
5. Update your database schema.
17+
5. Update your user entity.
18+
6. Update your database schema.
1719

1820
### Step 1: Download and install dependencies via Composer.
1921

0 commit comments

Comments
 (0)