diff options
author | RyVolodya <39742092+RyVolodya@users.noreply.github.com> | 2021-11-08 15:19:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-08 15:19:19 +0200 |
commit | 9fdab652fa15de03d0cdac4f778e6884b12a201a (patch) | |
tree | 2a7ce5cbdeebb740e3fd7ec30dbc817fa4aade4d /docs/contributing/build-vyos.rst | |
parent | 7e9a2cb9523d5bca24848d70db2d7bc6eaf4715d (diff) | |
download | vyos-documentation-9fdab652fa15de03d0cdac4f778e6884b12a201a.tar.gz vyos-documentation-9fdab652fa15de03d0cdac4f778e6884b12a201a.zip |
Update build-vyos.rst
Diffstat (limited to 'docs/contributing/build-vyos.rst')
-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 7a7f0d02..cf2db021 100644 --- a/docs/contributing/build-vyos.rst +++ b/docs/contributing/build-vyos.rst @@ -171,7 +171,7 @@ To start, clone the repository to your local machine: $ git clone -b crux --single-branch https://github.com/vyos/vyos-build # For VyOS 1.3 (equuleus) - $ git clone -b current --single-branch https://github.com/vyos/vyos-build + $ git clone -b equuleus --single-branch https://github.com/vyos/vyos-build # For VyOS 1.4 (sagitta, current) $ git clone -b current --single-branch https://github.com/vyos/vyos-build |