Browse Source

Update docs

DarthSim 5 years ago
parent
commit
b4f030040c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/installation.md

+ 2 - 2
docs/installation.md

@@ -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
 ```