diff options
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | build.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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: -------- @@ -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 |