diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2021-09-13 12:40:47 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-13 12:40:47 +0000 |
| commit | aba3566fbd1efa3b6f2e1302feddca3e72a85fde (patch) | |
| tree | ba5ad02b2c1a41701acf507c34bec1816bb65e0d /docs/build-templates | |
| parent | 823a2fc7926441ba4375d74340a7ab08ac85ef9d (diff) | |
| parent | ecb7e73e039cf805c31764d148daae15e91389a5 (diff) | |
Merge pull request #318 from return42/fix-doc-brand
[brand] docs - normalize project name to SearXNG
Diffstat (limited to 'docs/build-templates')
| -rw-r--r-- | docs/build-templates/searx.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/build-templates/searx.rst b/docs/build-templates/searx.rst index e4d5f06b3..70e658b4c 100644 --- a/docs/build-templates/searx.rst +++ b/docs/build-templates/searx.rst @@ -118,7 +118,7 @@ ${fedora_build} pip install -U wheel pip install -U pyyaml - # jump to searx's working tree and install searx into virtualenv + # jump to searx's working tree and install SearXNG into virtualenv (${SERVICE_USER})$ cd \"$SEARX_SRC\" (${SERVICE_USER})$ pip install -e . |