From 3b9278f656d2f2775a8daed73552fe4a27f4038b Mon Sep 17 00:00:00 2001 From: killian <63927363+KillianLucas@users.noreply.github.com> Date: Sat, 24 Feb 2024 20:46:32 -0800 Subject: [PATCH] Added `cmake` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b957cb..ca080a1 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ Official pre-release repository for [The 01 Project](https://twitter.com/helloki ```bash # MacOS -brew install portaudio ffmpeg +brew install portaudio ffmpeg cmake # Ubuntu -sudo apt-get install portaudio19-dev ffmpeg +sudo apt-get install portaudio19-dev ffmpeg cmake ``` If you want to run local speech-to-text using Whisper, install Rust. Follow the instructions given [here](https://www.rust-lang.org/tools/install).