diff --git a/README.md b/README.md index 54d7b229..d6310b04 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ You can start videoconferencing directly from your Local PC, and be reachable fr
-- [How to Self-Hosting](docs/self-hosting.md) +To `Self-Host MiroTalk SFU` on `Your` dedicated `Server`, read [this documentation](docs/self-hosting.md). diff --git a/docs/self-hosting.md b/docs/self-hosting.md index 78af29dc..37c91896 100644 --- a/docs/self-hosting.md +++ b/docs/self-hosting.md @@ -212,6 +212,7 @@ Check Your MiroTalk SFU instance: https://your.domain.name/ In order to have always Your MiroTalk SFU updated to latest, we going to create a script ```bash +cd # Create a file sfuUpdate.sh $ vim sfuUpdate.sh ```