Update README, add change directory step.
This commit is contained in:
parent
dbf8aadcab
commit
fec96d1167
10
README.md
10
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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user