Skip to content

Commit 41efaf8

Browse files
authored
Update README to include trailing slash in linux instructions
(Apparently _some_ but not _all_ geosupport functions work without it.)
1 parent a829e3f commit 41efaf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Additionally, you should check that the following environmental variables are se
2323
Extract the .zip to a folder of your choice and set the `GEOFILES` and `LD_LIBRARY_PATH` environmental variables of the `fls` and `lib` directories:
2424

2525
```shell
26-
$ export GEOFILES=/var/geosupport/version-17c/fls
26+
$ export GEOFILES=/var/geosupport/version-17c/fls/
2727
$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/var/geosupport/version-17c/lib/
2828
```
2929

0 commit comments

Comments
 (0)