Skip to content

Commit b6fa7c6

Browse files
committed
Addresses proper .voicemode.env file in the docs
1 parent 9c7d691 commit b6fa7c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/tutorials/development-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,10 @@ VOICEMODE_TTS_BASE_URLS=http://localhost:8880/v1 voice-mode converse
237237

238238
### Testing Service Installations
239239

240-
Update your local 'voicemode.env' file to overide the default path `~/.voicemode`
240+
Update your local '.voicemode.env' file to overide the default path `~/.voicemode`
241241

242242
```bash
243-
echo "VOICEMODE_BASE_DIR=/tmp/.voicemode" >> voicemode.env
243+
echo "VOICEMODE_BASE_DIR=/tmp/.voicemode" >> .voicemode.env
244244
```
245245

246246
Use temporary directories when testing installers to prevent affecting your production setup in `~/.voicemode/services/`:

0 commit comments

Comments
 (0)