From 3c58bfcfa203695f2b504026a4d3f3e1dfe481a6 Mon Sep 17 00:00:00 2001 From: Chris Margach Date: Thu, 10 Apr 2025 13:47:09 +0900 Subject: [PATCH] update readme for package launch with SSL --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f68995f..4ffbacc 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,14 @@ whisperlivekit-server --model tiny.en # Open your browser at http://localhost:8000 ``` +### Quick Start with SSL +```bash +# You must provide a certificate and key +whisperlivekit-server -ssl-certfile public.crt --ssl-keyfile private.key + +# Open your browser at https://localhost:8000 +``` + That's it! Start speaking and watch your words appear on screen. ## 🛠️ Installation Options