From c61fd848173def2e2a263ba2ae075ae890b46729 Mon Sep 17 00:00:00 2001 From: Oleg Baranov Date: Mon, 23 Jan 2023 17:52:11 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b64c362..6526163 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ It allows to make your website accessible via TON Network! ### Installation on any Linux ##### Download ```bash -wget https://github.com/ton-utils/reverse-proxy/releases/download/v0.0.4/tonutils-reverse-proxy-linux-amd64 +wget https://github.com/ton-utils/reverse-proxy/releases/download/v0.0.5/tonutils-reverse-proxy-linux-amd64 chmod 777 tonutils-reverse-proxy-linux-amd64 ```