summaryrefslogtreecommitdiff
path: root/docs/contributing
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-02-09 09:54:01 +0100
committerChristian Poessinger <christian@poessinger.com>2020-02-09 09:54:01 +0100
commit2e1d435ec3ea907e3e4dcf591cc21dd67e6987ae (patch)
treed86fd1e709e846f0cda53d0111eefbdecafe34a6 /docs/contributing
parentbfd18bdb888a8cfc2c8d0ef3896640f86541f5da (diff)
downloadvyos-documentation-2e1d435ec3ea907e3e4dcf591cc21dd67e6987ae.tar.gz
vyos-documentation-2e1d435ec3ea907e3e4dcf591cc21dd67e6987ae.zip
contribution: build: add missind "cd" operation
Diffstat (limited to 'docs/contributing')
-rw-r--r--docs/contributing/build-vyos.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/contributing/build-vyos.rst b/docs/contributing/build-vyos.rst
index 3481a585..6a312bf8 100644
--- a/docs/contributing/build-vyos.rst
+++ b/docs/contributing/build-vyos.rst
@@ -53,6 +53,7 @@ The container can always be built directly from source:
.. code-block:: none
$ git clone -b current --single-branch https://github.com/vyos/vyos-build
+ $ cd vyos-build
$ docker build -t vyos/vyos-build docker
.. note:: The container is automatically downloaded from Dockerhub if it is not
@@ -137,8 +138,8 @@ found in any Debian Upstream mirrror. Those packages can be found at the VyOS
GitHub project (https://github.com/vyos) and there is a nice helper script
available to build and list those individual packages.
-`scripts/build-packages` provides an easy interface to automate the process
-of building all VyOS related packages that are not part of the upstream Debian
+`scripts/build-packages` provides an easy interface to automate the process
+of building all VyOS related packages that are not part of the upstream Debian
version. Execute it in the root of the `vyos-build` directory to start
compilation.
@@ -147,7 +148,7 @@ compilation.
$ scripts/build-packages -h
usage: build-packages [-h] [-c | -k | -f] [-v] [-l] [-b BUILD [BUILD ...]]
[-p] [--blacklist BLACKLIST [BLACKLIST ...]]
-
+
optional arguments:
-h, --help show this help message and exit
-c, --clean Re-clone required Git repositories