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.