diff --git a/README.MD b/README.MD index 4515b44..9bb5af9 100644 --- a/README.MD +++ b/README.MD @@ -18,6 +18,8 @@ - On Debian : `sudo apt-get install exiftool` +By default, `go-exiftool` binary will look for `exiftool` binary in $PATH, but another location can be specified (see `SetExiftoolBinaryPath` functional option). + ## Usage ```go @@ -81,4 +83,6 @@ Output : - [v1.5.0](https://github.com/barasher/go-exiftool/milestone/9) - "ExtractEmbedded" functional option - [v1.6.0](https://github.com/barasher/go-exiftool/milestone/10) - - "ExtractAllBinaryMetadata" functional option \ No newline at end of file + - "ExtractAllBinaryMetadata" functional option +- [v1.6.1](https://github.com/barasher/go-exiftool/milestone/11) + - "SetExiftoolBinaryPath" functional option : specify where to find exiftool binary (default : $path) \ No newline at end of file