Skip to content
Snippets Groups Projects
Commit 08ccf30c authored by opennota's avatar opennota
Browse files

Update go.mod/go.sum and README.md

parent 246ed15b
No related branches found
No related tags found
No related merge requests found
Pipeline #404448211 failed
......@@ -9,8 +9,8 @@ You'll need Go 1.8 or newer.
The dependencies:
- Debian or Ubuntu: `apt-get install libmagic-dev libjpeg-dev libpng-dev libtiff5-dev`
- RHEL, CentOS or Fedora: `yum install file-devel libjpeg-devel libpng-devel libtiff-devel`
- Debian or Ubuntu: `apt-get install libmagic-dev libjpeg-dev libpng-dev libtiff5-dev libheif-dev`
- RHEL, CentOS or Fedora: `yum install file-devel libjpeg-devel libpng-devel libtiff-devel libheif-devel`
- Mac OS X:
```
......@@ -19,6 +19,7 @@ brew install libjpeg
brew install libpng
brew install libtiff
brew install dcraw
brew install libheif
```
Then:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment