From 5012ca379c34491ff0eb1db92979deeeda4c854f Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 31 Jul 2019 11:10:54 +0200 Subject: [PATCH] Fixed some Windows console commands --- configuration/dot-env-changes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/dot-env-changes.rst b/configuration/dot-env-changes.rst index f4714589250..280a40c8d63 100644 --- a/configuration/dot-env-changes.rst +++ b/configuration/dot-env-changes.rst @@ -79,8 +79,8 @@ changes can be made to any Symfony 3.4 or higher app: $ git mv .env.dist .env # Windows - $ mv .env .env.local - $ git mv .env.dist .env + C:\> move .env .env.local + C:\> git mv .env.dist .env You can also update the `comment on the top of .env`_ to reflect the new changes.