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.