Skip to content

Commit d402ba2

Browse files
committed
Update README.md
1 parent c6ccbaa commit d402ba2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ There are also a few scripts in here for doing other useful things such as a bat
77

88
## Requirements
99
####Mac OS X:
10-
Install GDAL Complete framework package via [King Chaos.](http://www.kyngchaos.com/software/qgis)
11-
Be sure to follow the instructions for appending the GDAL utilities' absolute path to the `PATH` variable in your `.bash_profile` or `.bashrc`.
10+
Install the GDAL Complete Framework package via [King Chaos.](http://www.kyngchaos.com/software/qgis)
11+
Be sure to follow the instructions for appending GDAL utilities' absolute path to the `PATH` variable in your `.bash_profile` or `.bashrc` in your home directory.
1212

1313
####Linux:
1414

1515
Install FWTools (I used the Linux 64-bit version which is [here](http://fwtools.maptools.org/linux-experimental.html).
1616

1717
####Test:
1818

19-
Make sure ogr2ogr is working in command line with basic command: `ogrinfo --version`
19+
Make sure `ogr2ogr` is working in Bash with basic command: `ogrinfo --version`
2020

2121
You should get back something like:
2222

0 commit comments

Comments
 (0)