diff options
author | Christian Breunig <christian@vyos.io> | 2025-03-30 15:01:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-30 15:01:54 +0200 |
commit | 380ca5c51e945644674c0b7a3044cd764024415c (patch) | |
tree | e56875cc787dd8e69b2c6c05eec5bcc6ddc3709a | |
parent | 14d079a5b446b328595e02ece2bbf1bbe4d3cd1a (diff) | |
parent | 219b30d71d2051ad583761e017096b84a27946d4 (diff) | |
download | vyos-documentation-380ca5c51e945644674c0b7a3044cd764024415c.tar.gz vyos-documentation-380ca5c51e945644674c0b7a3044cd764024415c.zip |
Merge pull request #1617 from sarthurdev/submod-libvyosconfig
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 ===== |