Merge pull request #192 from ente-io/fix-readme-command

Fix command to pull submodules
This commit is contained in:
Vishnu Mohandas 2022-02-21 10:30:42 +05:30 committed by GitHub
commit 996ba13fa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ You can alternatively install the build from PlayStore.
1. [Install Flutter](https://flutter.dev/docs/get-started/install)
2. Clone this repository with `git clone git@github.com:ente-io/frame.git`
3. Pull in all submodules with `git submodule init --update-recursive`
3. Pull in all submodules with `git submodule update --init --recursive`
4. For Android, run `flutter build apk --release --flavor independent`
5. For iOS, run `flutter build ios`