From 479bbb504afedb9c529acded3295d46f7e076025 Mon Sep 17 00:00:00 2001 From: zarazaex59 Date: Tue, 7 Apr 2026 10:11:43 +0300 Subject: [PATCH] docs(readme): Add quick start section with server and client commands --- readme.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 705df04..8487c55 100644 --- a/readme.md +++ b/readme.md @@ -14,8 +14,17 @@ olcRTC - out beyond Project that allows users to bypass blocking by parasitizing and tunneling on unblocked and whitelisted services in Russia, use telemost, Max, mail and API in the future +## fast start + +```bash +# server +./srv.sh + +# client +./cnc.sh + +``` -
---