From 4fde9876a1f1eb7b2a4d1cc7f8af63a01fb06cd2 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Mon, 20 Dec 2021 09:10:17 +0100 Subject: [PATCH] update readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 075380a..600dbe5 100755 --- a/readme.md +++ b/readme.md @@ -21,7 +21,7 @@ The subdir ```./public_html/``` will be mounted as webroot that you can edit fil ### Create a new project folder ### -Copy folder to a new name: ```cp -r template-php my-new-php-app; cd my-new-php-app``` and remove the ```.git``` folder in it ```rm -rf .git``` +Copy folder to a new name: ```cp -r template-php my-new-php-app; cd my-new-php-app``` and remove the ```.git``` folder in it ```rm -rf .git -gitignore``` The initial file structure looks like this: -- GitLab