summaryrefslogtreecommitdiff
path: root/doc/source/installation.rst
diff options
context:
space:
mode:
authorjvoisin2018-10-23 22:11:49 +0200
committerjvoisin2018-10-23 22:11:49 +0200
commit4a3a18e16dc24b5b643fc0cccece78085fbb2746 (patch)
tree1874c5969edbb2fd7735adaf3015765be07049a3 /doc/source/installation.rst
parentc4f5580ae9897c8a4db29c4e7fe7f80e76c96710 (diff)
Improve a bit the documentation, again
Diffstat (limited to 'doc/source/installation.rst')
-rw-r--r--doc/source/installation.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/source/installation.rst b/doc/source/installation.rst
index 7e999af..3240b7a 100644
--- a/doc/source/installation.rst
+++ b/doc/source/installation.rst
@@ -29,9 +29,10 @@ Quickstart
29 make install 29 make install
30 30
31This should install the ``snuffleupagus.so`` file in your extension directory. 31This should install the ``snuffleupagus.so`` file in your extension directory.
32The final step is adding a load directive and to specify the location of the 32The final step is adding an extension loading directive, and to specify the
33:doc:`configuration file <config>`, either in a ``conf.d/20-snuffleupagus.ini`` 33location of the :doc:`configuration file <config>`, either in a
34file, or directly in you ``php.ini`` if you prefer: 34``conf.d/20-snuffleupagus.ini`` file, or directly in you ``php.ini`` if you
35prefer:
35 36
36:: 37::
37 38