Skip to content

Commit e5e6f1c

Browse files
cosminsandumaxhelias
authored andcommitted
Update build doc to support Windows OS
1 parent e67a28f commit e5e6f1c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/build.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ Use the `SYMFONY_VERSION` environment variable to select a specific Symfony vers
66

77
For instance, use the following command to install Symfony 5.4:
88

9+
On Linux:
10+
911
SYMFONY_VERSION=5.4.* docker compose up --build
12+
On Windows:
13+
14+
set SYMFONY_VERSION=5.4.*&& docker compose up --build&set SYMFONY_VERSION=
1015

1116
## Installing Development Versions of Symfony
1217

@@ -15,7 +20,13 @@ The value must be [a valid Composer stability option](https://getcomposer.org/do
1520

1621
For instance, use the following command to use the development branch of Symfony:
1722

23+
On Linux:
24+
1825
STABILITY=dev docker compose up --build
26+
On Windows:
27+
28+
set STABILITY=dev&& docker compose up --build&set STABILITY=
29+
1930

2031
## Customizing the Server Name
2132

0 commit comments

Comments
 (0)