From a0abda51963d908915aa3f6bd0fa7b0fe439a4b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0trauch?= Date: Tue, 7 Sep 2021 14:12:29 +0200 Subject: [PATCH] README update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9294b29..122802a 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,9 @@ Support for NATS is only less than 150 lines. The quickest way how to run lobby on your server is this: ```shell -wget -O /usr/local/bin/lobbyd https://github.com/by-cx/lobby/releases/download/v1.0/lobbyd-1.0-linux-amd64 +wget -O /usr/local/bin/lobbyd https://github.com/by-cx/lobby/releases/download/v1.1/lobbyd-1.1-linux-amd64 chmod +x /usr/local/bin/lobbyd -wget -O /usr/local/bin/lobbyctl https://github.com/by-cx/lobby/releases/download/v1.0/lobbyctl-1.0-linux-amd64 +wget -O /usr/local/bin/lobbyctl https://github.com/by-cx/lobby/releases/download/v1.1/lobbyctl-1.1-linux-amd64 chmod +x /usr/local/bin/lobbyctl # Update NATS_URL and LABELS here