From 225791781717d15587e0063dc5329e3a01ea364d Mon Sep 17 00:00:00 2001 From: Anton Titov Date: Tue, 11 Feb 2020 12:45:42 +0300 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23ce5399..88bac71b 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: `spiral/roadrunner:X.X.X` (more information about image and tags can be found [here](https://hub.docker.com/r/spiralscout/roadrunner/)) Extensions: -------- -- cgit v1.2.3 From cb006db6c6fb2b1b1b25445d67faaa2d6cd24801 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Tue, 11 Feb 2020 22:39:00 +0300 Subject: Fix linker coded values --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3 From f4a637b400c0db886bf36330c3ea59bc8dca8f0f Mon Sep 17 00:00:00 2001 From: Paramtamtam Date: Wed, 12 Feb 2020 20:10:31 +0500 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88bac71b..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/spiralscout/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: -------- -- cgit v1.2.3