diff options
author | sofukong <130022807+sofukong@users.noreply.github.com> | 2024-01-03 14:30:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-03 14:30:49 +0800 |
commit | 930a7f5ccab52fc1aed320b26d189ca4cc1e9a34 (patch) | |
tree | dfa96fd9a1f52877bd8110743faecfe0b4f2ad4b | |
parent | 00b149998c3e9ac70a20d8f351b263d841109746 (diff) | |
download | vyos-documentation-930a7f5ccab52fc1aed320b26d189ca4cc1e9a34.tar.gz vyos-documentation-930a7f5ccab52fc1aed320b26d189ca4cc1e9a34.zip |
Update build-vyos.rst
-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 9feacc1a..6718940c 100644 --- a/docs/contributing/build-vyos.rst +++ b/docs/contributing/build-vyos.rst @@ -191,8 +191,8 @@ your ``.bash_aliases`` file: -e GOSU_UID=$(id -u) -e GOSU_GID=$(id -g) \ vyos/vyos-build:sagitta bash' -Now you are prepared with two new aliases ``vybld`` and ``vybld_sagitta`` to spawn -your development containers in your current working directory. +Now you are prepared with two new aliases ``vybld`` and ``vybld_sagitta`` to +spawn your development containers in your current working directory. .. note:: Some VyOS packages (namely vyos-1x) come with build-time tests which verify some of the internal library calls that they work as expected. Those |