Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/days/day-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ After that create Symfony project in `tmp` _(temporary)_ folder, copy it to your
composer create-project symfony/website-skeleton:4.2.* /tmp/jobeet/
cp -aR /tmp/jobeet/. .
exit;
sudo chown -R $USER:$USER . # if you're on a Mac, use $USER:staff instead
sudo chown -R $USER:$USER . # if you're on a Mac, use $USER:$staff instead
```

We install into `tmp` directory and copy then to proper one, because `create-project` command requires target folder to be empty, but in project’s folder we already have docker files.
Expand Down