Skip to content

Commit 4a1b321

Browse files
committed
Fix stale path references after directory restructure
Update old apps/macos/VoxtralRealtimeApp paths to voxtral_realtime/macos in README.md and docs/context.md. Made-with: Cursor
1 parent aa71023 commit 4a1b321

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

voxtral_realtime/macos/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ If you already have the conda env set up, ExecuTorch built, and models downloade
6868
```bash
6969
conda create -n et-metal python=3.12 -y
7070
conda activate et-metal
71-
cd apps/macos/VoxtralRealtimeApp
71+
cd voxtral_realtime/macos
7272
./scripts/build.sh
7373
```
7474

@@ -173,7 +173,7 @@ cd ${LOCAL_FOLDER} && chmod +x stream_audio.py
173173
#### 7. Build the app and create DMG
174174

175175
```bash
176-
cd apps/macos/VoxtralRealtimeApp
176+
cd voxtral_realtime/macos
177177
./scripts/build.sh
178178
```
179179

voxtral_realtime/macos/docs/context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ When adding new features, follow these existing patterns:
213213

214214
### Source code
215215

216-
| What | Path (relative to `apps/macos/VoxtralRealtimeApp/`) |
216+
| What | Path (relative to `voxtral_realtime/macos/`) |
217217
|---|---|
218218
| App entry point | `VoxtralRealtime/VoxtralRealtimeApp.swift` |
219219
| Central state machine | `VoxtralRealtime/Models/TranscriptStore.swift` |

0 commit comments

Comments
 (0)