Skip to content

Commit

Permalink
fix typo ("download" missing) #4158
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Mar 27, 2018
1 parent 4ac6613 commit a088d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/installation/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ For systems running systemd, as root, download :download:`solr.service<../_stati
systemctl start solr.service
systemctl enable solr.service

For systems using init.d, :download:`Solr init script <../_static/installation/files/etc/init.d/solr>` and place it in ``/tmp/``. Then start Solr and configure it to start at boot with the following commands::
For systems using init.d, download this :download:`Solr init script <../_static/installation/files/etc/init.d/solr>` and place it in ``/tmp``. Then start Solr and configure it to start at boot with the following commands::

cp /tmp/solr /etc/init.d
service solr start
Expand Down

0 comments on commit a088d5e

Please sign in to comment.