Modify docs for the new configuration directory

This commit is contained in:
Julien Reichardt 2017-10-21 14:22:08 +02:00
parent 43e5b302de
commit 8c680895a7

View File

@ -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.
<br>