mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-02-02 11:34:20 +02:00
Update docs
This commit is contained in:
parent
2ea9902195
commit
b4f030040c
@ -91,7 +91,7 @@ And finally, install imgproxy itself:
|
|||||||
```bash
|
```bash
|
||||||
GO111MODULE=on \
|
GO111MODULE=on \
|
||||||
CGO_LDFLAGS_ALLOW="-s|-w" \
|
CGO_LDFLAGS_ALLOW="-s|-w" \
|
||||||
go get -f -u github.com/imgproxy/imgproxy/v2
|
go get -u github.com/imgproxy/imgproxy/v2
|
||||||
```
|
```
|
||||||
|
|
||||||
### macOS + Homebrew
|
### macOS + Homebrew
|
||||||
@ -102,5 +102,5 @@ GO111MODULE=on \
|
|||||||
PKG_CONFIG_PATH="$(brew --prefix libffi)/lib/pkgconfig" \
|
PKG_CONFIG_PATH="$(brew --prefix libffi)/lib/pkgconfig" \
|
||||||
CGO_LDFLAGS_ALLOW="-s|-w" \
|
CGO_LDFLAGS_ALLOW="-s|-w" \
|
||||||
CGO_CFLAGS_ALLOW="-Xpreprocessor" \
|
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