Skip to content

Commit 5012ca3

Browse files
committed
Fixed some Windows console commands
1 parent 0dcf0cb commit 5012ca3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configuration/dot-env-changes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ changes can be made to any Symfony 3.4 or higher app:
7979
$ git mv .env.dist .env
8080
8181
# Windows
82-
$ mv .env .env.local
83-
$ git mv .env.dist .env
82+
C:\> move .env .env.local
83+
C:\> git mv .env.dist .env
8484
8585
You can also update the `comment on the top of .env`_ to reflect the new changes.
8686

0 commit comments

Comments
 (0)