From 1fdb11067731d81ac9e8f06fd06a152c5070a0db Mon Sep 17 00:00:00 2001 From: Jules Rosser Date: Tue, 17 Dec 2024 10:47:14 +0000 Subject: [PATCH] improve HybridApp onboarding step --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61384793fd6e..e8a00927753c 100644 --- a/README.md +++ b/README.md @@ -456,7 +456,7 @@ You can only build HybridApp if you have been granted access to [`Mobile-Expensi ## Getting started with HybridApp 1. If you haven't, please follow [these instructions](https://github.com/Expensify/App?tab=readme-ov-file#getting-started) to setup the NewDot local environment. -2. Run `git submodule update --init --progress` to download the `Mobile-Expensify` sourcecode. +2. Run `git submodule update --init --progress --depth 100` to download the `Mobile-Expensify` sourcecode. - If you have access to `Mobile-Expensify` and the command fails, add this to your `~/.gitconfig` file: ```