Update CONTRIBUTING.md

This commit is contained in:
Eldad A. Fux
2020-10-24 00:24:20 +03:00
committed by GitHub
parent 0b904cefdf
commit 9e7d791125
+1 -1
View File
@@ -239,7 +239,7 @@ docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t appwrite/
To run tests manually, use the Appwrite Docker CLI from your terminal:
```bash
docker exec appwrite test
docker-compose exec appwrite test
```
## Code Maintenance