Still need submodules

Until web needs them
This commit is contained in:
Manav Rathi 2024-03-13 12:52:04 +05:30
parent 65d25690e5
commit d83f9d0210
No known key found for this signature in database

View file

@ -10,6 +10,12 @@ To know more about Ente, see [our main README](../README.md) or visit
## Building from source
Fetch submodules
```sh
git submodule update --init --recursive
```
Install dependencies
```sh