From fec96d116712f70a00b9cbfa818a34b503f6b700 Mon Sep 17 00:00:00 2001 From: Ismail Sunni Date: Fri, 4 Jan 2019 22:59:26 +0100 Subject: [PATCH] Update README, add change directory step. --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2828644..9cc0dd4 100644 --- a/README.md +++ b/README.md @@ -52,13 +52,15 @@ best-resume-ever requires at least node v.8.5.0. git clone https://github.com/salomonelli/best-resume-ever ``` -2. Run `npm install`. +2. Go to the cloned directory (e.g. `cd best-resume-ever`). -3. Customize your resume in the `resume/` directory: edit your data `data.yml` and replace your profile-picture `id.jpg`. +3. Run `npm install`. -4. Preview resumes with `npm run dev`. +4. Customize your resume in the `resume/` directory: edit your data `data.yml` and replace your profile-picture `id.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 the `pdf/` folder.