diff --git a/mobile/docs/root/start/building/building.rst b/mobile/docs/root/start/building/building.rst index fd9fa9b3973e..0838cb166e3d 100644 --- a/mobile/docs/root/start/building/building.rst +++ b/mobile/docs/root/start/building/building.rst @@ -9,6 +9,13 @@ In order to compile the artifacts used by the Envoy Mobile library, your system must also meet `these requirements for building Envoy `_. +Ensure that the ``envoy`` **submodule** is initialized when cloning by using ``--recursive``: + +``git clone https://github.com/lyft/envoy-mobile.git --recursive`` + +If the repo was not initially cloned recursively, initialize the Envoy +submodule with ``git submodule update --init``. + -------------------- Android requirements --------------------