Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit f103490

Browse files
committed
Merge pull request #398 from felds/patch-1
Update getting-started.rst
2 parents 8b6d35c + cb672a7 commit f103490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/creating_a_cms/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ database:
6262

6363
.. code-block:: bash
6464
65-
$ mysqladmin create symfony -u root
65+
$ php app/console doctrine:database:create
6666
6767
This will create a new database called ``symfony`` - this is the name used by
6868
default in the Symfony Standard Edition, change it as might be necessary.

0 commit comments

Comments
 (0)