diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f585217755..83321193d9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -158,7 +158,7 @@ Before running the command, make sure you have proper write permissions to the A To run tests manually, run phpunit from your command line: ```bash -docker exec appwrite /bin/bash -c '/usr/share/nginx/html/vendor/bin/phpunit' +docker exec appwrite test ``` ## Tutorials