cagram commited on
Commit
1f080e4
·
1 Parent(s): 0ebf789

update readme for package launch with SSL

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -53,6 +53,14 @@ whisperlivekit-server --model tiny.en
53
  # Open your browser at http://localhost:8000
54
  ```
55
 
 
 
 
 
 
 
 
 
56
  That's it! Start speaking and watch your words appear on screen.
57
 
58
  ## 🛠️ Installation Options
 
53
  # Open your browser at http://localhost:8000
54
  ```
55
 
56
+ ### Quick Start with SSL
57
+ ```bash
58
+ # You must provide a certificate and key
59
+ whisperlivekit-server -ssl-certfile public.crt --ssl-keyfile private.key
60
+
61
+ # Open your browser at https://localhost:8000
62
+ ```
63
+
64
  That's it! Start speaking and watch your words appear on screen.
65
 
66
  ## 🛠️ Installation Options