From 6962d002df6f640161ed5b2bb2d29ad98606f478 Mon Sep 17 00:00:00 2001 From: Alberto Geniola Date: Fri, 21 May 2021 18:03:15 +0200 Subject: build: fix documentation instructions for current branch build Updated build step in order to correctly point to _current_ branch. --- docs/contributing/build-vyos.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/contributing') 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 -- cgit v1.2.3