1
0
Fork 0
mirror of synced 2024-06-14 08:44:49 +12:00

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
No known key found for this signature in database

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
```