From 6dd05985239103e4a7cb8e53e8aa5bf209cfc7ea Mon Sep 17 00:00:00 2001 From: hydroversebr <108692530+hydroversebr@users.noreply.github.com> Date: Wed, 13 Dec 2023 18:42:19 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95f2244..6a84e7a 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Shell in order to run `qgis_process`, which for now is called os_shell = "C:/OSGEO4~1/OSGeo4W.bat" # another typical location is: # os_shell = "C:/Program Files/QGIS 3.14/OSGeo4W.bat" - system2(os_shell, args = "qgis_process-qgis") + system2(os_shell, args = "qgis_process-qgis-ltr") Windows users please adjust all following commands using the syntax given in the chunk above. By contrast, UNIX users can simply type: