summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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