Skip to content
This repository was archived by the owner on Aug 26, 2022. It is now read-only.

Commit e4aa403

Browse files
committed
Merge pull request #1483 from sayanchowdhury/readme-fix
fix block in installation debug section
2 parents 1d7f4ea + 5f9f796 commit e4aa403

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/installation.rst

+3-4
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,10 @@ set your ``settings_local.py`` with the following::
162162

163163
Setting ``DEBUG = False`` will put the installation in production mode
164164
and ask for minified assets. In that case, you will need to generate
165-
CSS from stylus and compress resource:
165+
CSS from stylus and compress resource::
166166

167-
::
168-
$ ./scripts/compile_stylesheets
169-
$ ./manage.py compress_assets
167+
./scripts/compile_stylesheets
168+
./manage.py compress_assets
170169

171170
Configure Persona
172171
-------------------

0 commit comments

Comments
 (0)