]> git.openstreetmap.org Git - nominatim.git/commitdiff
Update the formatting in Vagrant markdown doc
authorSrihari Thalla <thallasrihari@gmail.com>
Tue, 23 May 2017 08:48:55 +0000 (14:18 +0530)
committerSrihari Thalla <thallasrihari@gmail.com>
Fri, 26 May 2017 04:08:37 +0000 (09:38 +0530)
VAGRANT.md

index 56a634325691a1e76bf8edc4bece91aa1b95d6c5..c24717a1c2970fc349bf69720cef184832687cc2 100644 (file)
@@ -43,15 +43,15 @@ is.
     
     See the FAQ how to skip this step and point Nominatim to an existing database.
 
-  ```
-  # inside the virtual machine:
-  mkdir data
-  cd build
-    wget --no-verbose --output-document=../data/monaco.osm.pbf http://download.geofabrik.de/europe/monaco-latest.osm.pbf
-    ./utils/setup.php --osm-file ../data/monaco.osm.pbf --osm2pgsql-cache 1000 --all 2>&1 | tee monaco.$$.log
-    ```
-
-  To repeat an import you'd need to delete the database first
+      ```
+      # inside the virtual machine:
+      mkdir data
+      cd build
+      wget --no-verbose --output-document=../data/monaco.osm.pbf http://download.geofabrik.de/europe/monaco-latest.osm.pbf
+      ./utils/setup.php --osm-file ../data/monaco.osm.pbf --osm2pgsql-cache 1000 --all 2>&1 | tee monaco.$$.log
+      ```
+
+    To repeat an import you'd need to delete the database first
 
         dropdb -if-exists nominatim