8000 minor #12068 Fixed some Windows console commands (javiereguiluz) · symfony/symfony-docs@c2e4d6e · GitHub
[go: up one dir, main page]

Skip to content

Commit c2e4d6e

Browse files
committed
minor #12068 Fixed some Windows console commands (javiereguiluz)
This PR was merged into the 4.3 branch. Discussion ---------- Fixed some Windows console commands Commits ------- 5012ca3 Fixed some Windows console commands
2 parents 3a0b217 + 5012ca3 commit c2e4d6e

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)
0