Skip to content

Commit 74841a4

Browse files
authored
Update README.md
1 parent 1fb4a21 commit 74841a4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ It makes your website accessible via TON Network!
77
##### Download
88

99
```sh
10-
wget https://github.com/ton-utils/reverse-proxy/releases/download/v0.3.2/tonutils-reverse-proxy-linux-amd64
10+
wget https://github.com/ton-utils/reverse-proxy/releases/download/v0.3.3/tonutils-reverse-proxy-linux-amd64
1111
chmod +x tonutils-reverse-proxy-linux-amd64
1212
```
1313

@@ -23,7 +23,9 @@ Run with domain configuration, and follow the steps:
2323

2424
<img width="500" alt="yes1" src="https://user-images.githubusercontent.com/9332353/210967656-182b0d0f-6954-49c9-bf8a-40f5b4a61aa7.png">
2525

26-
Scan QR code from your terminal using Tonkeeper, Tonhub or any other wallet, execute transaction. Your domain will be linked to your site.
26+
Scan QR code from your terminal using Tonkeeper, Tonhub or any other wallet, execute transaction. Your domain will be linked to your site.
27+
28+
If for some reason you cannot scan QR code, add `-tx-url` flag, so it will be displayed as `ton://` url for transaction.
2729

2830
###### Run without domain
2931

@@ -44,4 +46,4 @@ Proxy adds additional headers:
4446

4547
### Installation on any other OS
4648

47-
Build it from sources using `./build.sh`, and run as in the step 2 for linux. Go environment is required to build.
49+
Build it from sources using `make build`, and run as in the step 2 for linux. Go environment is required to build.

0 commit comments

Comments
 (0)