updated the readme with build instructions
This commit is contained in:
@@ -50,3 +50,16 @@ find PDFs for google and save to a markdwon file:
|
|||||||
find PDFs for google and save to both a CSV and Markdown file:
|
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`
|
`ferrisfind -k {serpapi key} -n google -c ./metadata.csv -m ./metadata.md`
|
||||||
|
|
||||||
|
# Building
|
||||||
|
clone this repo:
|
||||||
|
|
||||||
|
`git clone https://git.pyro.monster/pyro/ferrisfind.git`
|
||||||
|
|
||||||
|
cd into the repo and build with cargo:
|
||||||
|
|
||||||
|
`cd ferrisfind`
|
||||||
|
|
||||||
|
`cargo build --release`
|
||||||
|
|
||||||
|
Your compiled binary will be in ferrisfind/target/release/ferrisfind.
|
||||||
|
|||||||
Reference in New Issue
Block a user