diff --git a/readme.md b/readme.md index 075380ab4b1970b7f8c626353cf504d9052f91a6..600dbe5ccdda18a9747eeae4a89550bbd917ddff 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: