From 394bfd2bd6edade10329d9d51c91c7fb828add99 Mon Sep 17 00:00:00 2001 From: Louis Beaumont Date: Tue, 27 Aug 2024 10:37:37 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22cce061..635f74f2 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ Build the project, takes 5-10 minutes depending on your hardware ```bash # necessary to use apple native OCR export RUSTFLAGS="-C link-arg=-Wl,-rpath,@executable_path/../../screenpipe-vision/bin -C link-arg=-Wl,-rpath,@loader_path/../../screenpipe-vision/lib" -cargo build --release --features metal # takes 3 minuttes +cargo build --release --no-default-features --features metal # takes 3 minuttes ``` Then run it @@ -211,7 +211,7 @@ cd screenpipe 3. Build and run: ```bash -cargo build --release --features cuda # remove "--features cuda" if you do not have a NVIDIA GPU +cargo build --release --no-default-features --features cuda # remove "--features cuda" if you do not have a NVIDIA GPU # then run it ./target/release/screenpipe