Fix typos documentation

Fix typos documentation for windows users
This commit is contained in:
Bredillet Thomas 2023-10-26 17:45:52 +02:00 committed by Maxime Helias
parent 6eee59b50d
commit 55d0caacad

View File

@ -11,7 +11,7 @@ On Linux:
SYMFONY_VERSION=5.4.* docker compose up -d --wait SYMFONY_VERSION=5.4.* docker compose up -d --wait
On Windows: On Windows:
set SYMFONY_VERSION=5.4.*&& docker compose up -d --wait&set SYMFONY_VERSION= set SYMFONY_VERSION=5.4.* && docker compose up -d --wait&set SYMFONY_VERSION=
## Installing Development Versions of Symfony ## Installing Development Versions of Symfony
@ -26,7 +26,7 @@ On Linux:
On Windows: On Windows:
set STABILITY=dev&& docker compose up -d --wait&set STABILITY= set STABILITY=dev && docker compose up -d --wait&set STABILITY=
## Customizing the Server Name ## Customizing the Server Name