Update standalone_installation.rst

This commit is contained in:
Martin Mahner 2019-07-12 20:21:13 +02:00 committed by GitHub
parent 7acfa1f475
commit 8d16686986
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,8 @@ The static files are not shipped with the project repository and need to be
compiled manually. This is necessary since compiled CSS/JS files lead to too
many merge conflicts during development.
.. code-block:: bash
$ npm install # Installs the node dependencies and compiles
# the static files (JS/CSS).