mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Merge pull request #4741 from appwrite/fix-update-contribution-guide
Update contributing guide to include submodule update command
This commit is contained in:
commit
514b42bea2
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue