Update README, add change directory step.

This commit is contained in:
Ismail Sunni 2019-01-04 22:59:26 +01:00 committed by pubkey
parent dbf8aadcab
commit fec96d1167

View File

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