fix: readme

This commit is contained in:
Prateek Sunal 2024-02-26 17:48:34 +05:30
parent e068a2e5e7
commit 918add13a9

View file

@ -64,7 +64,7 @@ You can alternatively install the build from PlayStore or F-Droid.
## 🧑‍💻 Building from source
1. [Install Flutter v3.13.4](https://flutter.dev/docs/get-started/install)
1. [Install Flutter v3.13.4](https://flutter.dev/docs/get-started/install) or Set the Path of Flutter Sdk to `thirdparty/flutter/bin` of photos-app directory from Step 2.
2. Clone this repository with `git clone git@github.com:ente-io/photos-app.git`
3. Pull in all submodules with `git submodule update --init --recursive`
4. Enable repo git hooks `git config core.hooksPath hooks`