From e3c1067f8d7d08406b5b1765562279c5249f90ea Mon Sep 17 00:00:00 2001 From: Federico <85809106+feder-cr@users.noreply.github.com> Date: Sun, 4 Aug 2024 13:28:48 +0100 Subject: [PATCH] Update readme.md --- readme.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/readme.md b/readme.md index 2de79ac..1ce4ff9 100644 --- a/readme.md +++ b/readme.md @@ -104,6 +104,20 @@ Defines your job search parameters and bot behavior. Contains your resume information in a structured format. Fill it out with your personal details, education, work experience, and skills. This information is used to auto-fill application forms and generate customized resumes. +### Optional Resume Feature + +LinkedIn_AIHawk offers flexibility in how it handles your resume: + +- **Using a Specific Resume:** + If you want to use a specific PDF resume for all applications, run the bot with the `--resume` option: + ```bash + python main.py --resume /path/to/your/resume.pdf + ``` + +- **Dynamic Resume Generation:** + If you don't use the `--resume` option, the bot will automatically generate a unique resume for each application. This feature uses the information from your `plain_text_resume.yaml` file and tailors it to each specific job application, potentially increasing your chances of success by customizing your resume for each position. + + ## Usage 1. **Prepare the Data Folder:** @@ -118,19 +132,6 @@ Contains your resume information in a structured format. Fill it out with your p python main.py [--resume PATH_TO_RESUME_PDF] ``` -## Optional Resume Feature - -LinkedIn_AIHawk offers flexibility in how it handles your resume: - -- **Using a Specific Resume:** - If you want to use a specific PDF resume for all applications, run the bot with the `--resume` option: - ```bash - python main.py --resume /path/to/your/resume.pdf - ``` - -- **Dynamic Resume Generation:** - If you don't use the `--resume` option, the bot will automatically generate a unique resume for each application. This feature uses the information from your `plain_text_resume.yaml` file and tailors it to each specific job application, potentially increasing your chances of success by customizing your resume for each position. - ## Documentation For detailed information on each component and their respective roles, please refer to the [Documentation](docs/documentation.md) file.