diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2025-03-29 21:56:23 +0100 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2025-03-29 21:56:23 +0100 |
commit | 219b30d71d2051ad583761e017096b84a27946d4 (patch) | |
tree | 8edbaf7b87ba010a053f511172c9c802e4e3b07b | |
parent | d257b1a30132a82a0be9cc731da68a219ceb7bf4 (diff) | |
download | vyos-documentation-219b30d71d2051ad583761e017096b84a27946d4.tar.gz vyos-documentation-219b30d71d2051ad583761e017096b84a27946d4.zip |
T7289: Add submodule argument to clone example
-rw-r--r-- | docs/contributing/build-vyos.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing/build-vyos.rst b/docs/contributing/build-vyos.rst index 623cba78..3226def6 100644 --- a/docs/contributing/build-vyos.rst +++ b/docs/contributing/build-vyos.rst @@ -702,7 +702,7 @@ needs. We first need to clone the repository from GitHub. .. code-block:: none - $ git clone https://github.com/vyos/vyos-1x + $ git clone --recurse-submodules https://github.com/vyos/vyos-1x Build ===== |