We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c7d691 commit b6fa7c6Copy full SHA for b6fa7c6
1 file changed
docs/tutorials/development-setup.md
@@ -237,10 +237,10 @@ VOICEMODE_TTS_BASE_URLS=http://localhost:8880/v1 voice-mode converse
237
238
### Testing Service Installations
239
240
-Update your local 'voicemode.env' file to overide the default path `~/.voicemode`
+Update your local '.voicemode.env' file to overide the default path `~/.voicemode`
241
242
```bash
243
-echo "VOICEMODE_BASE_DIR=/tmp/.voicemode" >> voicemode.env
+echo "VOICEMODE_BASE_DIR=/tmp/.voicemode" >> .voicemode.env
244
```
245
246
Use temporary directories when testing installers to prevent affecting your production setup in `~/.voicemode/services/`:
0 commit comments