1
0
Fork 0
mirror of synced 2024-06-13 16:24:47 +12:00

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
commit 514b42bea2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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