Skip to content

Commit

Permalink
Update installation.md
Browse files Browse the repository at this point in the history
Fix wrong file path that throws otherwise error:

chmod: cannot access 'bin/console.php': No such file or directory
  • Loading branch information
tertek committed Oct 19, 2023
1 parent 7c72596 commit 4ba1f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ sudo chown -R www-data logs/
sudo chmod -R g+w tmp/
sudo chmod -R g+w logs/

chmod +x bin/console.php
chmod +x bin/console
```

**Step 3:** Setup database
Expand Down

0 comments on commit 4ba1f9d

Please sign in to comment.