diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2020-06-18 18:39:56 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-06-18 18:39:56 +0200 |
commit | 4f7a6c09dd1b799a53a25166b49d23adceccea7d (patch) | |
tree | 5a6df80a702845ac9d550ca610169af3f8b1740c /docs/utils | |
parent | 51428de0fea8c1de10c4caf07ef16ae6eb6e9b24 (diff) | |
download | searxng-4f7a6c09dd1b799a53a25166b49d23adceccea7d.tar.gz searxng-4f7a6c09dd1b799a53a25166b49d23adceccea7d.zip |
[fix] buildhosts documentation
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/utils')
-rw-r--r-- | docs/utils/lxc.sh.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/utils/lxc.sh.rst b/docs/utils/lxc.sh.rst index 9ca9b6bc0..ae1412870 100644 --- a/docs/utils/lxc.sh.rst +++ b/docs/utils/lxc.sh.rst @@ -102,7 +102,7 @@ Running commands :ref:`toolboxing`. By example: to setup a :ref:`buildhosts` and run the Makefile target ``test`` in the archlinux_ container:: - sudo -H ./utils/lxc.sh cmd searx-archlinux ./utils/searx.sh buildhost + sudo -H ./utils/lxc.sh cmd searx-archlinux ./utils/searx.sh install buildhost sudo -H ./utils/lxc.sh cmd searx-archlinux make test @@ -114,7 +114,7 @@ The installation procedure to set up a :ref:`build host<buildhosts>` takes its time. Installation in all containers will take more time (time for another cup of coffee).:: - sudo -H ./utils/lxc.sh cmd -- ./utils/searx.sh buildhost + sudo -H ./utils/lxc.sh cmd -- ./utils/searx.sh install buildhost To build (live) documentation inside a archlinux_ container:: |