diff --git a/README.md b/README.md index 804f438..7dc2c05 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,15 @@ pointing to your JDK. Note that you don't need to build a native executable to run a development environment. +## Retrieving PDFs + +You must have 2 PDF files with the names `cv-actual.pdf` and `cv-stackoverflow.pdf` +as this is what is referenced by the rows in the database. By default, they must +be placed in `/srv/pdfs/` but feel free to modify the constant before running the +code. + +For your convenience, those files are placed at the root of the project. + ## Choices ### GraalVM diff --git a/cv-actual.pdf b/cv-actual.pdf new file mode 100644 index 0000000..2e715c6 Binary files /dev/null and b/cv-actual.pdf differ diff --git a/cv-stackoverflow.pdf b/cv-stackoverflow.pdf new file mode 100644 index 0000000..b76ced7 Binary files /dev/null and b/cv-stackoverflow.pdf differ