From 0dd7e4249dd15aa1bbcd372e958b89fa439ab9ef Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Tue, 21 Jun 2022 10:19:01 +0200 Subject: [PATCH] [mirotalk] - fix typo --- docs/self-hosting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/self-hosting.md b/docs/self-hosting.md index e71ff6fb..5fd708ed 100644 --- a/docs/self-hosting.md +++ b/docs/self-hosting.md @@ -197,7 +197,7 @@ docker-compose up -d Make the script executable ```bash -$ chmod +x ./p2pUpdate.sh +$ chmod +x p2pUpdate.sh ``` Follow the commits of the MiroTalk P2P project [here](https://github.com/miroslavpejic85/mirotalk/commits/master)