From f3f362198e75892014982732e2e4bef63c112844 Mon Sep 17 00:00:00 2001 From: CJ Pais Date: Sun, 16 Nov 2025 20:17:21 +0700 Subject: [PATCH] Update BUILD.md --- BUILD.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 +```