1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-23 11:14:48 +02:00

Update docs

This commit is contained in:
DarthSim 2020-02-27 23:15:44 +06:00
parent 2ea9902195
commit b4f030040c

View File

@ -91,7 +91,7 @@ And finally, install imgproxy itself:
```bash
GO111MODULE=on \
CGO_LDFLAGS_ALLOW="-s|-w" \
go get -f -u github.com/imgproxy/imgproxy/v2
go get -u github.com/imgproxy/imgproxy/v2
```
### macOS + Homebrew
@ -102,5 +102,5 @@ GO111MODULE=on \
PKG_CONFIG_PATH="$(brew --prefix libffi)/lib/pkgconfig" \
CGO_LDFLAGS_ALLOW="-s|-w" \
CGO_CFLAGS_ALLOW="-Xpreprocessor" \
go get -f -u github.com/imgproxy/imgproxy/v2
go get -u github.com/imgproxy/imgproxy/v2
```