From 32dadc1733516dbe3ec2f7b5b6b29c8c0e3a9d67 Mon Sep 17 00:00:00 2001 From: m1mir <19989320-m1mir@users.noreply.gitlab.com> Date: Wed, 27 Mar 2024 16:27:32 +0100 Subject: [PATCH] Corrected improper use of with. --- docs/existing-project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/existing-project.md b/docs/existing-project.md index 2e94121..b81d3ac 100644 --- a/docs/existing-project.md +++ b/docs/existing-project.md @@ -9,7 +9,7 @@ You can copy the contents of the repository using git and tar. This will not con git archive --format=tar HEAD | tar -xC my-existing-project/ -If you downloaded the skeleton with zip you can just copy the extracted files: +If you downloaded the skeleton as a zip you can just copy the extracted files: cp -Rp symfony-docker/. my-existing-project/