diff options
author | Alexandre Flament <alex@al-f.net> | 2021-10-01 09:48:53 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-10-01 09:48:53 +0200 |
commit | 499c7b3cceb90684af9825cc428aa365b35b4c6f (patch) | |
tree | 262fbcb9e77f89b222a4896011b75be523023682 /Makefile | |
parent | 1dfac73a64ba15034a16fc0639618bf85594b98b (diff) | |
download | searxng-499c7b3cceb90684af9825cc428aa365b35b4c6f.tar.gz searxng-499c7b3cceb90684af9825cc428aa365b35b4c6f.zip |
SearXNG: .github, searxng-docker
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ help: @./manage --help @echo '----' @echo 'run - run developer instance' - @echo 'install - developer install of searx into virtualenv' + @echo 'install - developer install of SearxNG into virtualenv' @echo 'uninstall - uninstall developer installation' @echo 'clean - clean up working tree' @echo 'search.checker - check search engines' |