fix submodule pull command

This commit is contained in:
Abhinav 2022-02-21 10:24:58 +05:30
parent 9d3df4f3a5
commit a55e99adbf

View file

@ -26,7 +26,7 @@ The deployed application is accessible @ [web.ente.io](https://web.ente.io).
## 🧑‍💻 Building from source
1. Clone this repository with `git clone git@github.com:ente-io/bada-frame.git`
2. Pull in all submodules with `git submodule init --update-recursive`
2. Pull in all submodules with `git submodule update --init --recursive`
3. Install dependencies with `yarn install`
4. Finally, run the development server with `yarn dev`