From 9ffd67d2de40013a7a578135d995ee30e63271b6 Mon Sep 17 00:00:00 2001 From: Louis Beaumont Date: Thu, 11 Jul 2024 16:58:39 +0200 Subject: [PATCH] Update README.md --- README.md | 30 ++---------------------------- 1 file changed, 2 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 7eaff9161..76b6a3293 100644 --- a/README.md +++ b/README.md @@ -148,38 +148,12 @@ curl -sSL https://raw.githubusercontent.com/louis030195/screen-pipe/main/install
MacOS - - On Mac you need to build the CLI yourself. - - 1. Install dependencies: -```bash -# On Mac -brew install ffmpeg -``` - -Install [Rust](https://www.rust-lang.org/tools/install). - -2. Clone the repo: ```bash -git clone https://github.com/louis030195/screen-pipe -cd screen-pipe +brew tap louis030195/screen-pipe https://github.com/louis030195/screen-pipe.git +brew install screenpipe ``` -3. Run the API: - -```bash -# This runs a local SQLite DB + an API + screenshot, ocr, mic, stt, mp4 encoding -cargo build --release --features metal # remove "--features metal" if you do not have M series processor - -# sign the executable to avoid mac killing the process when it's running for too long -codesign --sign - --force --preserve-metadata=entitlements,requirements,flags,runtime ./target/release/screenpipe - -# then run it -./target/release/screenpipe -``` - -
## Why open source?