Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 authored Aug 1, 2024
1 parent 69cf382 commit 4655c6a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,21 +119,11 @@ This runs a local SQLite DB + an API + screenshot, ocr, mic, stt, mp4 encoding
cd screen-pipe # enter cloned repo
```

If you haven't built xcode projects before you have to sign xcode apple agreement by running this command
```bash
sudo xcodebuild -license
```

Build the project, takes 5-10 minutes depending on your hardware
```bash
cargo build --release --features metal
```

Sign the executable to avoid mac killing the process when it's running for too long
```bash
codesign --sign - --force --preserve-metadata=entitlements,requirements,flags,runtime ./target/release/screenpipe
```

Then run it
```bash
./target/release/screenpipe # add "--disable-audio" if you don't want audio to be recorded
Expand Down

0 comments on commit 4655c6a

Please sign in to comment.