@@ -69,15 +69,23 @@ what you already know.
6969The Application
7070---------------
7171
72- In addition to this guide, you'll find a sample application developed with
73- all these best practices in mind. ** The application is a simple blog engine **,
74- because that will allow us to focus on the Symfony concepts and features without
75- getting buried in difficult details.
72+ In addition to this guide, a sample application has been developed with all these
73+ best practices in mind. This project, called the Symfony Demo application, can
74+ be obtained through the Symfony Installer. First, ` download and install `_ the
75+ installer and then execute this command to download the demo application:
7676
77- Instead of developing the application step by step in this guide, you'll find
78- selected snippets of code through the chapters. Please refer to the last chapter
79- of this guide to find more details about this application and the instructions
80- to install it.
77+ .. code-block :: bash
78+
79+ # Linux and Mac OS X
80+ $ symfony demo
81+
82+ # Windows
83+ c:\> php symfony demo
84+
85+ **The demo application is a simple blog engine **, because that will allow us to
86+ focus on the Symfony concepts and features without getting buried in difficult
87+ implementation details. Instead of developing the application step by step in
88+ this guide, you'll find selected snippets of code through the chapters.
8189
8290Don't Update Your Existing Applications
8391---------------------------------------
@@ -95,3 +103,4 @@ practices**. The reasons for not doing it are various:
95103 your tests or adding features that provide real value to the end users.
96104
97105.. _`Fabien Potencier` : https://connect.sensiolabs.com/profile/fabpot
106+ .. _`download and install` : http://symfony.com/download
0 commit comments