diff --git a/trikoder/oauth2-bundle/2.0/post-install.txt b/trikoder/oauth2-bundle/2.0/post-install.txt index dc3a46f0..591a8923 100644 --- a/trikoder/oauth2-bundle/2.0/post-install.txt +++ b/trikoder/oauth2-bundle/2.0/post-install.txt @@ -12,11 +12,11 @@ ii) Configure the encryption_key with a secure encryption key: https://oauth2.thephpleague.com/installation/#string-password 3. Update the database - * Update the database so bundle entities can be persisted using Doctrine: bin/console doctrine:schema:update --force + i) Update the database so bundle entities can be persisted using Doctrine: bin/console doctrine:schema:update --force 4. Install a PSR 7/17 implementation i) Require a PSR 7/17 implementation. We recommend that you use nyholm/psr7. ii) (Optional) Choose a different implementation package: https://github.com/trikoder/oauth2-bundle/blob/v2.x/docs/psr-implementation-switching.md 5. Read the docs - * Read the documentation at https://github.com/trikoder/oauth2-bundle/blob/v2.x/docs/basic-setup.md + i) Read the documentation at https://github.com/trikoder/oauth2-bundle/blob/v2.x/docs/basic-setup.md