update readme for package launch with SSL
This commit is contained in:
parent
d53b7a323a
commit
3c58bfcfa2
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue