diff --git a/symfony/framework-bundle/3.3/post-install.txt b/symfony/framework-bundle/3.3/post-install.txt index e1bfdb05d..dba20f82b 100644 --- a/symfony/framework-bundle/3.3/post-install.txt +++ b/symfony/framework-bundle/3.3/post-install.txt @@ -3,9 +3,9 @@ * Run your application: - 1. Change to the project directory + 1. Go to the project directory 2. Create your code repository with the git init command - 3. Run composer require server --dev to install the development web server, - or configure another supported web server https://symfony.com/doc/current/setup/web_server_configuration.html + 3. Download the Symfony CLI at https://symfony.com/download to install a development web server, + or run composer require server --dev for a minimalist one * Read the documentation at https://symfony.com/doc diff --git a/symfony/framework-bundle/4.2/post-install.txt b/symfony/framework-bundle/4.2/post-install.txt index e1bfdb05d..dba20f82b 100644 --- a/symfony/framework-bundle/4.2/post-install.txt +++ b/symfony/framework-bundle/4.2/post-install.txt @@ -3,9 +3,9 @@ * Run your application: - 1. Change to the project directory + 1. Go to the project directory 2. Create your code repository with the git init command - 3. Run composer require server --dev to install the development web server, - or configure another supported web server https://symfony.com/doc/current/setup/web_server_configuration.html + 3. Download the Symfony CLI at https://symfony.com/download to install a development web server, + or run composer require server --dev for a minimalist one * Read the documentation at https://symfony.com/doc