diff --git a/oss-internship-2020/gdal/README.md b/oss-internship-2020/gdal/README.md index 4d0981f..ca4ef16 100644 --- a/oss-internship-2020/gdal/README.md +++ b/oss-internship-2020/gdal/README.md @@ -24,8 +24,8 @@ PROJ: `sudo apt-get install libproj-dev` OBS! You may need to set `export LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib`. It is required for libproj.so to be found into /usr/local/lib/. You can also fix this by typing `locate libproj.so` -which will give you and then -`cp /usr/local/lib/`. +which will give you and then +`cp /usr/local/lib/`. ### Initializing GDAL submodule: `git submodule add https://github.com/OSGeo/gdal/tree/master/gdal`