mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-01-23 11:14:48 +02:00
Update docs
This commit is contained in:
parent
2ea9902195
commit
b4f030040c
@ -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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user