Skip to content

Commit e1f9126

Browse files
committed
explain you need a symfony project as prerequisite
1 parent 2096a0e commit e1f9126

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Resources/doc/1-setting_up_the_bundle.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Step 1: Setting up the bundle
44
A) Download the Bundle
55
----------------------
66

7-
Open a command console, enter your project directory and execute the
8-
following command to download the latest stable version of this bundle:
7+
Assuming you already have `set up a Symfony project`_, you can add the FOSRestBundle to it. Open a command console,
8+
enter your project directory and execute the following command to download the latest stable version of this bundle:
99

1010
.. code-block:: bash
1111
@@ -45,6 +45,7 @@ the following (in the given order) to determine the serializer to use:
4545

4646
That was it!
4747

48+
.. _`set up a Symfony project`: https://symfony.com/download
4849
.. _`installation chapter`: https://getcomposer.org/doc/00-intro.md
4950
.. _`JMSSerializer`: https://github.com/schmittjoh/serializer
5051
.. _`JMSSerializerBundle`: https://github.com/schmittjoh/JMSSerializerBundle

0 commit comments

Comments
 (0)