diff options
author | Pierre Chevalier <pierrechevaliergeol@gmail.com> | 2020-11-06 16:45:39 +0100 |
---|---|---|
committer | Pierre Chevalier <pierrechevaliergeol@gmail.com> | 2020-11-13 16:06:16 +0100 |
commit | 482da5c6c7ae89c1d057c410341735dc83768947 (patch) | |
tree | 5ab69903b6ae7ccb47baee9d50717d65dd8c5cd7 /docs/dev | |
parent | aa6eaf603ff9b403dcc32adadbb1e75445f0348c (diff) | |
download | searxng-482da5c6c7ae89c1d057c410341735dc83768947.tar.gz searxng-482da5c6c7ae89c1d057c410341735dc83768947.zip |
Correct what was obviously a typo in vir(t)ualenv.
Diffstat (limited to 'docs/dev')
-rw-r--r-- | docs/dev/makefile.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/makefile.rst b/docs/dev/makefile.rst index 62cd0a984..699729a28 100644 --- a/docs/dev/makefile.rst +++ b/docs/dev/makefile.rst @@ -68,7 +68,7 @@ Python environment ``source ./local/py3/bin/activate`` -With Makefile we do no longer need to build up the virualenv manually (as +With Makefile we do no longer need to build up the virtualenv manually (as described in the :ref:`devquickstart` guide). Jump into your git working tree and release a ``make pyenv``: |