diff --git a/readme.md b/readme.md index dc9b049..b47dfbc 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,11 @@ AI-powered CLI tool to extract information from PDFs using a custom prompt. ## Usage -MAke sure to: GROQ_API_KEY=your_api_key +Make that you did this at some point + +``` +GROQ_API_KEY=your_api_key +``` And then @@ -17,3 +21,9 @@ Example: ``` pdfy example.pdf "Make a summary of this paper, also get me all contact information." ``` + +## How to compile + +``` +cargo build --release +``` \ No newline at end of file