Skip to content

Commit

Permalink
docs: add note on cloning recursively (#95)
Browse files Browse the repository at this point in the history
Signed-off-by: JP Simard <jp@jpsim.com>
  • Loading branch information
rebello95 authored and jpsim committed Nov 28, 2022
1 parent f155971 commit 1b1bc31
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mobile/docs/root/start/building/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/envoyproxy/envoy/tree/master/bazel>`_.

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
--------------------
Expand Down

0 comments on commit 1b1bc31

Please sign in to comment.