From 88788997a48665fd221f288c003085d0e3adab53 Mon Sep 17 00:00:00 2001 From: cvvergara Date: Wed, 6 Nov 2024 20:57:21 -0600 Subject: [PATCH] Refining Readme --- Readme.md | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/Readme.md b/Readme.md index d5aba991e..d627d1510 100644 --- a/Readme.md +++ b/Readme.md @@ -21,9 +21,14 @@ ### Build the workshop: ```bash -cd docs +dropdb city_routing +mkdir build +cd build +cmake .. make html +cd .. ``` + ### Building PDF Install prerequisite: @@ -31,21 +36,11 @@ Install prerequisite: sudo apt-get install texlive-latex-extra ``` -To build the documentation as PDF: - -```bash -cd docs -make latexpdf -cd _build/latex/ -pdflatex -interaction=nonstopmode pgRoutingWorkshop.tex -``` - ## License This workshop is licensed under a [Creative Commons Attribution-Share Alike 3.0 License](http://creativecommons.org/licenses/by-sa/3.0/). ## Supported by -* [Georepublic](https://georepublic.info) -* [iMaptools](http://imaptools.com) * [Paragon Corporation](https://www.paragoncorporation.com) +* [erosion](https://www.erosion.dev)