summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rwxr-xr-xbuild.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 23ce5399..d5277892 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ $ composer require spiral/roadrunner
$ ./vendor/bin/rr get-binary
```
-> For getting roadrunner binary file you can use our docker image: `spiral/roadrunner:X.X.X` (more information about image and tags can be found [here](https://hub.docker.com/r/spiral/roadrunner/))
+> For getting roadrunner binary file you can use our docker image: `spiralscout/roadrunner:X.X.X` (more information about image and tags can be found [here](https://hub.docker.com/r/spiralscout/roadrunner/))
Extensions:
--------
diff --git a/build.sh b/build.sh
index a27da775..2ca858e2 100755
--- a/build.sh
+++ b/build.sh
@@ -45,4 +45,4 @@ if [ "$1" == "all" ]; then
exit
fi
-go build -o "$OD/rr" cmd/rr/main.go
+go build -ldflags "$LDFLAGS" -o "$OD/rr" cmd/rr/main.go