summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-03-29 13:03:27 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2020-03-29 13:03:27 +0200
commit65b22be1f4e6bb4f293f3d8cef0c4c7635528090 (patch)
treeb587e13053ac269b686b007e8c3f65dc6eaa9153 /docs/dev
parent1fcec0bbdad54958abf83715297f77a1f9d81afc (diff)
parentca65d41da569834435c226407370365224d7867c (diff)
downloadsearxng-65b22be1f4e6bb4f293f3d8cef0c4c7635528090.tar.gz
searxng-65b22be1f4e6bb4f293f3d8cef0c4c7635528090.zip
Merge PR #1900 of https://github.com/asciimoo/searx into filtron
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/quickstart.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/dev/quickstart.rst b/docs/dev/quickstart.rst
index 0fb22d934..a4fc897c4 100644
--- a/docs/dev/quickstart.rst
+++ b/docs/dev/quickstart.rst
@@ -87,8 +87,8 @@ After satisfying the requirements styles can be build using ``manage.sh``
./manage.sh styles
-How to build the source of the oscar theme
-==========================================
+How to build the source of the themes
+=====================================
.. _grunt: https://gruntjs.com/
@@ -98,13 +98,13 @@ NodeJS, so first Node has to be installed.
.. code:: sh
sudo -H apt-get install nodejs
- sudo -H npm install -g grunt-cli
+ make node.env
After installing grunt, the files can be built using the following command:
.. code:: sh
- ./manage.sh grunt_build
+ make themes
Tips for debugging/development