diff options
author | Léo Bourrel <leo.bourrel@epitech.eu> | 2018-08-30 11:14:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-30 11:14:03 +0200 |
commit | 94af140318338ab6e7b064b3b26b5fb45523d17a (patch) | |
tree | 640503b55b66d9791a4089c523e880ff2cc5bfeb /docs/dev/quickstart.rst | |
parent | 6512c27b3b8610109fdbc4f966ea2cc88a0f78a2 (diff) | |
download | searxng-94af140318338ab6e7b064b3b26b5fb45523d17a.tar.gz searxng-94af140318338ab6e7b064b3b26b5fb45523d17a.zip |
Update quickstart.rst
Rename `build_grunt` to `grunt_build` as in manage.sh
Diffstat (limited to 'docs/dev/quickstart.rst')
-rw-r--r-- | docs/dev/quickstart.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/quickstart.rst b/docs/dev/quickstart.rst index 92ef62385..e7d4baf46 100644 --- a/docs/dev/quickstart.rst +++ b/docs/dev/quickstart.rst @@ -89,7 +89,7 @@ After installing grunt, the files can be built using the following command: .. code:: sh - ./manage.sh build_grunt + ./manage.sh grunt_build |