From 8c680895a7ef33dd1cf438a771f275b5170ef0d3 Mon Sep 17 00:00:00 2001 From: Julien Reichardt Date: Sat, 21 Oct 2017 14:22:08 +0200 Subject: [PATCH] Modify docs for the new configuration directory --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index aa63214..96e6459 100644 --- a/README.md +++ b/README.md @@ -42,15 +42,14 @@ best-resume-ever requires at least node v.8.5.0. 2. Run `npm install`. -3. Edit your personal data in `src/person.js`. +3. Customize your resume in the `resume/` directory: edit your data `data.yml` and replace your profile-picture `id.jpg`. -4. Replace your profile-picture in `src/assets/person.jpg`. +4. Preview resumes with `npm run dev`. -5. Preview resumes with `npm run dev`. +5. Export with `npm run export`. -6. Export with `npm run export`. -All resumes will be exported to `/pdf`. +All resumes will be exported to the `pdf/` folder.