From 7b02bc1b3d4cada225475ba6c012fee6c70ef438 Mon Sep 17 00:00:00 2001 From: Daniel M Date: Wed, 11 Oct 2017 15:19:42 +0200 Subject: [PATCH] FIX #86 add profile-picture replacement into docs --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8776dfb..a0f21e1 100755 --- a/README.md +++ b/README.md @@ -37,9 +37,11 @@ best-resume-ever requires at least node v.8.5. 3. Edit your personal data in `src/person.js`. -4. Preview resumes with `npm run dev`. +4. Replace your profile-picture in `src/assets/person.jpg`. -5. Export with `npm run export`. +5. Preview resumes with `npm run dev`. + +6. Export with `npm run export`. All resumes will be exported to `/pdf`.