Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Aug 27, 2024
1 parent abf90a4 commit 394bfd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 394bfd2

Please sign in to comment.