Commit 66e6e2d1 authored by Ramiro Morales's avatar Ramiro Morales
Browse files

[1.6.x] Fixed a couple of typos in GeoDjango docs.

8b366a50 from master.
parent e8bb41d0
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -74,15 +74,17 @@ customization of the ``configure`` command is necessary. If not, then run the
``configure`` script, make, and install for the SpatiaLite library::

    $ cd libspatialite-amalgamation-2.3.1
    $ ./configure # May need to modified, see notes below.
    $ ./configure # May need to be modified, see notes below.
    $ make
    $ sudo make install
    $ cd .... _spatialite
    $ cd ..

.. _spatialite_tools:

Finally, do the same for the SpatiaLite tools::

    $ cd spatialite-tools-2.3.1
    $ ./configure # May need to modified, see notes below.
    $ ./configure # May need to be modified, see notes below.
    $ make
    $ sudo make install
    $ cd ..