diff options
author | Alberto Geniola <albertogeniola@users.noreply.github.com> | 2021-05-21 18:03:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-21 18:03:15 +0200 |
commit | 6962d002df6f640161ed5b2bb2d29ad98606f478 (patch) | |
tree | 73e4efceae898899ef59203028f4e3f15506a0a0 | |
parent | c8443751cde9c69b55e2f1e7dce91c2a82995fb0 (diff) | |
download | vyos-documentation-6962d002df6f640161ed5b2bb2d29ad98606f478.tar.gz vyos-documentation-6962d002df6f640161ed5b2bb2d29ad98606f478.zip |
build: fix documentation instructions for current branch build
Updated build step in order to correctly point to _current_ branch.
-rw-r--r-- | docs/contributing/build-vyos.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/contributing/build-vyos.rst b/docs/contributing/build-vyos.rst index e6add6aa..2e2039f2 100644 --- a/docs/contributing/build-vyos.rst +++ b/docs/contributing/build-vyos.rst @@ -94,7 +94,7 @@ If you have not build your own Docker image, you need to clone the repository to .. code-block:: none $ git clone -b crux --single-branch https://github.com/vyos/vyos-build # For VyOS 1.2 - $ git clone -b crux --single-branch https://github.com/vyos/vyos-build # For rolling release + $ git clone -b current --single-branch https://github.com/vyos/vyos-build # For rolling release Now a fresh build of the VyOS ISO can begin. Change directory to the ``vyos-build`` directory and run: @@ -131,7 +131,7 @@ To start, clone the repository to your local machine: .. code-block:: none $ git clone -b crux --single-branch https://github.com/vyos/vyos-build # For VyOS 1.2 - $ git clone -b crux --single-branch https://github.com/vyos/vyos-build # For rolling release + $ git clone -b current --single-branch https://github.com/vyos/vyos-build # For rolling release For the packages required, you can refer to the ``docker/Dockerfile`` file in the repository_. The ``./configure`` script will also warn you if any |