From c8ff7ef995c2fcb6a57d66098d22590b7be51dcc Mon Sep 17 00:00:00 2001 From: ninya9k Date: Sun, 11 Apr 2021 15:41:42 +0000 Subject: [PATCH] typo & clarification about tor --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d3b3f5..55a49a2 100644 --- a/README.md +++ b/README.md @@ -76,11 +76,11 @@ In your [torrc](https://support.torproject.org/tbb/tbb-editing-torrc/), add thes HiddenServiceDir $PROJECT_ROOT/hidden_service HiddenServicePort 80 127.0.0.1:5000 ``` -where `$PROJECT_ROOT` is the root folder of this project. When you reload tor it will create the `hidden_service` directory and your website will be online. Your onion address is in `hidden_service/hostname`. +where `$PROJECT_ROOT` is the root folder of this project. When you reload tor it will create the `hidden_service` directory and your website will be online. Your onion address is in `hidden_service/hostname`. You only need to do this once. ### While streaming -To appear as the broadcaster in chat, go to `/broadcaster` and log in with the username `braodcaster` and the password printed in your terminal when you started Flask. +To appear as the broadcaster in chat, go to `/broadcaster` and log in with the username `broadcaster` and the password printed in your terminal when you started Flask. You can change the stream title while streaming and it will update for all viewers. Edit `title.txt` to do that.