From d1f2e5bb3d8e17e63d8a962951fdcfc5268773fe Mon Sep 17 00:00:00 2001 From: Louis Beaumont Date: Thu, 22 Aug 2024 13:47:18 +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 7b41a0bd..69ba218e 100644 --- a/README.md +++ b/README.md @@ -179,34 +179,8 @@ Then run it
Windows - - NOT RECOMMENDED (Windows build is not straightforward). Get the [desktop app](https://screenpi.pe/) instead. (Which includes the CLI) - - 1. Install dependencies: - -```bash -# Install first Chocolatey from https://chocolatey.org/install -choco install ffmpeg pkgconfiglite rust git -``` - - 2. Clone the repo: - -```bash -git clone https://github.com/louis030195/screen-pipe -cd screen-pipe -``` - - 3. Run the API: - -```bash -# This runs a local SQLite DB + an API + screenshot, ocr, mic, stt, mp4 encoding -cargo build --release --features cuda # remove "--features cuda" if you do not have a NVIDIA GPU - -# then run it -./target/release/screenpipe - -# add --ocr-engine windows-native to use native windows OCR -``` + + Currently updating the instructions for Windows which are not straightforward, please feel free to help