From 175815655a7fcf5c4e2d8fd1f190ac553f7227c3 Mon Sep 17 00:00:00 2001 From: eZtaR1 <113856704+eZtaR1@users.noreply.github.com> Date: Mon, 27 May 2024 13:34:31 +0200 Subject: [PATCH] Update USAGE.md Changed to "git clone git@github.com:myshell-ai/OpenVoice.git" "git clone https://github.com/myshell-ai/OpenVoice.git" --- docs/USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/USAGE.md b/docs/USAGE.md index 497a92dd..f9cf2639 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -39,7 +39,7 @@ This section is only for developers and researchers who are familiar with Linux, ``` conda create -n openvoice python=3.9 conda activate openvoice -git clone git@github.com:myshell-ai/OpenVoice.git +git clone https://github.com/myshell-ai/OpenVoice.git cd OpenVoice pip install -e . ```