10 lines
163 B
Plaintext
10 lines
163 B
Plaintext
# How to create a new project in this folder
|
|
|
|
```bash
|
|
mkdir offline-tts
|
|
cd offline-tts
|
|
dotnet new console
|
|
cd ..
|
|
dotnet sln ./sherpa-onnx.sln add ./offline-tts
|
|
```
|