From 197e5f12c52a6b4e4a866e0e570401684155f035 Mon Sep 17 00:00:00 2001 From: Markus Neteler Date: Mon, 17 Jun 2024 16:58:40 +0200 Subject: [PATCH] fine-tune wording --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 477e28f..e8a5766 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,7 @@ support files. (to be deprecated after 1.0.3 release) -Typically the configure and build process would look -something like with Autotools: +Typically, the configure and build process looks like: ```bash ./configure --with-gdal=/usr/bin/gdal-config \ @@ -58,7 +57,7 @@ cmake .. -DAUTOLOAD_DIR=/opt/local/lib/gdalplugins \ ## Usage -Set the driver path: +Set the driver path (e.g. in $HOME/.bashrc): ```bash GDAL_DRIVER_PATH="/usr/lib/gdalplugins"