Skip to content

Commit

Permalink
Correct faulty link and use terminal block
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricziel committed Mar 29, 2018
1 parent 5dad01a commit 5075518
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Resources/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,20 +92,20 @@ system is supposed to use:
After the connection is configured, you have to import the database structure
running the following command:

.. code-block:: bash
.. code-block:: terminal
$ php bin/console acl:init
If you are using `DoctrineMigrationsBundle`, the schema changes can be applied
If you are using `DoctrineMigrationsBundle`_, the schema changes can be applied
by diffing your current schema.

.. code-block:: bash
.. code-block:: terminal
$ php bin/console doctrine:migration:diff
This will create a new migration you can then apply.

.. code-block:: bash
.. code-block:: terminal
$ php bin/console doctrine:migration:migrate
Expand Down

0 comments on commit 5075518

Please sign in to comment.