Merge pull request #192 from ente-io/fix-readme-command
Fix command to pull submodules
This commit is contained in:
commit
996ba13fa7
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue