Merge pull request #4741 from appwrite/fix-update-contribution-guide

Update contributing guide to include submodule update command
This commit is contained in:
Eldad A. Fux
2023-01-08 13:37:14 +02:00
committed by GitHub
+2
View File
@@ -91,6 +91,8 @@ git clone git@github.com:[YOUR_FORK_HERE]/appwrite.git
cd appwrite
git submodule update --init
docker compose build
docker compose up -d
```