Skip to content

Commit f71ab80

Browse files
committed
Minor reword
1 parent 693f7ba commit f71ab80

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,12 @@ This local server provides support for HTTP/2, TLS/SSL, automatic generation of
4545
security certificates and many other features. It works with any PHP application,
4646
not only Symfony projects, so it's a very useful development tool.
4747

48-
Once installed, move into your new project and start the local web server:
48+
`Download the Symfony local web server`_, install it, move into your new project
49+
directory and start the local web server as follows:
4950

5051
.. code-block:: terminal
5152
52-
$ cd my-project
53+
$ cd my-project/
5354
$ symfony server:start
5455
5556
Open your browser and navigate to ``http://localhost:8000/``. If everything is
@@ -153,7 +154,7 @@ Go Deeper with Setup
153154
.. _`Stellar Development with Symfony`: http://symfonycasts.com/screencast/symfony
154155
.. _`Composer`: https://getcomposer.org/
155156
.. _`installing Composer`: https://getcomposer.org/download/
156-
.. _`Download the Symfony client`: https://symfony.com/download
157+
.. _`Download the Symfony local web server`: https://symfony.com/download
157158
.. _`the Security Checker`: https://github.com/sensiolabs/security-checker#integration
158159
.. _`The Symfony Demo application`: https://github.com/symfony/demo
159160
.. _`symfony/symfony-demo`: https://github.com/symfony/demo

0 commit comments

Comments
 (0)