Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 348ff58

Browse files
authored
Merge pull request #1 from aularon/patch-1
Add `git submodule` commands
2 parents a50fbd8 + 2eb3ee4 commit 348ff58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ in **build-with-docker.sh** and **build-js.sh**
1010
To build ffmpeg-core.js, install Docker and execute:
1111

1212
```bash
13+
$ git submodule init
14+
$ git submodule update --recursive
1315
$ bash build-with-docker.sh
1416
```
1517

0 commit comments

Comments
 (0)