Skip to content

Commit e098a19

Browse files
committed
Merge pull request isso-comments#164 from xuhdev/typo
Fix some typos in the intallation doc.
2 parents 4c9a2ab + 81d09bf commit e098a19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/docs/install.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Install JavaScript modules:
187187
188188
~> make init
189189
190-
Integration without previous optimization:
190+
Integration without optimization:
191191

192192
.. code-block:: html
193193

@@ -198,7 +198,7 @@ Optimization:
198198

199199
.. code-block:: sh
200200
201-
~> npm install -g requirejs uglifyjs jade
201+
~> npm install -g requirejs uglify-js jade
202202
~> make js
203203
204204
.. _init-scripts:
@@ -207,10 +207,10 @@ Init scripts
207207
------------
208208

209209
Init scripts to run Isso as a service (check your distribution's documentation
210-
for your init-system; e.g. Debian uses SysVinit, Fedora uses SystemD) if you
210+
for your init-system; e.g. Debian uses SysVinit, Fedora uses systemd) if you
211211
don't use FastCGi or uWSGI:
212212

213-
- SystemD (Isso + Gunicorn): https://github.com/jgraichen/debian-isso/blob/master/debian/isso.service
213+
- systemd (Isso + Gunicorn): https://github.com/jgraichen/debian-isso/blob/master/debian/isso.service
214214
- SysVinit (Isso + Gunicorn): https://github.com/jgraichen/debian-isso/blob/master/debian/isso.init
215215
- OpenBSD: https://gist.github.com/noqqe/7397719
216216
- Supervisor: https://github.com/posativ/isso/issues/47

0 commit comments

Comments
 (0)