Merge pull request #2 from 8b-is/copilot/sub-pr-1
Browse filesCorrect repository organization name in README clone instructions
README.md
CHANGED
|
@@ -39,7 +39,7 @@ Compared to the Python implementation:
|
|
| 39 |
|
| 40 |
```bash
|
| 41 |
# Clone the repository
|
| 42 |
-
git clone https://github.com/
|
| 43 |
cd IndexTTS-Rust
|
| 44 |
|
| 45 |
# Build in release mode (optimized)
|
|
|
|
| 39 |
|
| 40 |
```bash
|
| 41 |
# Clone the repository
|
| 42 |
+
git clone https://github.com/8b-is/IndexTTS-Rust.git
|
| 43 |
cd IndexTTS-Rust
|
| 44 |
|
| 45 |
# Build in release mode (optimized)
|