Update contributing guide to include submodule update command

This commit is contained in:
Steven Nguyen
2022-11-21 08:24:26 -08:00
parent a80da7526d
commit 7b09fa3f17
+2
View File
@@ -93,6 +93,8 @@ git clone git@github.com:[YOUR_FORK_HERE]/appwrite.git
cd appwrite
git submodule update --init
docker compose build
docker compose up -d
```