Skip to content

Commit c2426aa

Browse files
authored
Merge pull request #533 from jrjohnson/resume-instructions
Fix instructions for generating resume
2 parents c3a5932 + f644e50 commit c2426aa

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,10 @@ Make use of the many generators for code, try `ember help generate` for more det
4949
Commits to `master` are auto deployed by Netlify.
5050

5151
### Building a PDF Resume
52-
1. Add Name to the top
53-
2. modify media paths to be local (remove /media/)
54-
3. Remove PDF link
55-
4. Convert to HTML `multimarkdown markdown/pages/resume.md -o public/resume-output.html`
56-
5. Generate PDF from HTML `npx electron-pdf http://localhost:4200/resume-output.html public/media/resume.pdf -p=Letter -m=0`
57-
6. Remove HTML `rm public/resume-output.html`
52+
1. Remove PDF link
53+
2. Convert to HTML `multimarkdown markdown/pages/resume.md -o public/resume-output.html`
54+
3. Generate PDF from HTML `pnpx electron-pdf http://localhost:4200/resume-output.html public/media/resume.pdf -p=Letter -m=0`
55+
4. Remove HTML `rm public/resume-output.html`
5856

5957
- [ember.js](https://emberjs.com/)
6058
- [ember-cli](https://cli.emberjs.com/release/)

0 commit comments

Comments
 (0)