diff --git a/BUILD.md b/BUILD.md index c9c29e6..e39883b 100644 --- a/BUILD.md +++ b/BUILD.md @@ -32,7 +32,7 @@ This guide covers how to set up the development environment and build Handy from ```bash # Ubuntu/Debian sudo apt update - sudo apt install build-essential libasound2-dev pkg-config libssl-dev libvulkan-dev vulkan-tools glslc libgtk-3-dev libwebkit2gtk-4.1-dev libayatana-appindicator3-dev librsvg2-dev patchelf + sudo apt install build-essential libasound2-dev pkg-config libssl-dev libvulkan-dev vulkan-tools glslc libgtk-3-dev libwebkit2gtk-4.1-dev libayatana-appindicator3-dev librsvg2-dev patchelf cmake # Fedora/RHEL sudo dnf groupinstall "Development Tools" @@ -59,6 +59,8 @@ cd Handy bun install ``` -### 3. Download Required Models +### 3. Start Dev Server -Handy requires a VAD (Voice Activity Detection) model to function +```bash +bun tauri dev +```