From 7a192592b41d6940e1c920e76a769a29d1420f1b Mon Sep 17 00:00:00 2001 From: pyro Date: Wed, 13 May 2026 12:56:41 -0500 Subject: [PATCH] updated readme with install script --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 58f885e..dc2816b 100644 --- a/README.md +++ b/README.md @@ -51,15 +51,13 @@ find PDFs for google and save to both a CSV and Markdown file: `ferrisfind -k {serpapi key} -n google -c ./metadata.csv -m ./metadata.md` -# Building +# intall clone this repo: `git clone https://git.pyro.monster/pyro/ferrisfind.git` -cd into the repo and build with cargo: +cd into the repo and run the install script: `cd ferrisfind` -`cargo build --release` - -Your compiled binary will be in ferrisfind/target/release/ferrisfind. +`./install.sh`