Skip to content

Commit

Permalink
Fix typos documentation
Browse files Browse the repository at this point in the history
Fix typos documentation for windows users
  • Loading branch information
tbredillet authored and maxhelias committed Oct 26, 2023
1 parent 6eee59b commit 55d0caa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ On Linux:
SYMFONY_VERSION=5.4.* docker compose up -d --wait
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

Expand All @@ -26,7 +26,7 @@ On Linux:

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

Expand Down

0 comments on commit 55d0caa

Please sign in to comment.