diff options
| author | jvoisin | 2018-10-23 22:11:49 +0200 |
|---|---|---|
| committer | jvoisin | 2018-10-23 22:11:49 +0200 |
| commit | 4a3a18e16dc24b5b643fc0cccece78085fbb2746 (patch) | |
| tree | 1874c5969edbb2fd7735adaf3015765be07049a3 | |
| parent | c4f5580ae9897c8a4db29c4e7fe7f80e76c96710 (diff) | |
Improve a bit the documentation, again
| -rw-r--r-- | doc/source/installation.rst | 7 |
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 | ||
| 31 | This should install the ``snuffleupagus.so`` file in your extension directory. | 31 | This should install the ``snuffleupagus.so`` file in your extension directory. |
| 32 | The final step is adding a load directive and to specify the location of the | 32 | The 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`` | 33 | location of the :doc:`configuration file <config>`, either in a |
| 34 | file, or directly in you ``php.ini`` if you prefer: | 34 | ``conf.d/20-snuffleupagus.ini`` file, or directly in you ``php.ini`` if you |
| 35 | prefer: | ||
| 35 | 36 | ||
| 36 | :: | 37 | :: |
| 37 | 38 | ||
