Compare commits

..

No commits in common. "master" and "v3.0.1" have entirely different histories.

1 changed files with 2 additions and 3 deletions

View File

@ -13,8 +13,7 @@ This package provides native Go functionality to parse an existing EXIF block, u
To get the project and dependencies:
```
$ git clone https://github.com/dsoprea/go-exif.git
$ cd v3
$ go get -t github.com/dsoprea/go-exif/v3
```
@ -99,7 +98,7 @@ store a flat list of tags in an image for simplified, proprietary usage.
There is a runnable reading/dumping tool included:
```
$ go install github.com/dsoprea/go-exif/v3/command/exif-read-tool@latest
$ go get github.com/dsoprea/go-exif/v3/command/exif-read-tool
$ exif-read-tool --filepath "<media file-path>"
```