Update BUILD.md

This commit is contained in:
CJ Pais 2025-11-16 20:17:21 +07:00
parent 832eb2766c
commit f3f362198e

View file

@ -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
```