mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 09:56:22 +00:00
Update README.
This commit is contained in:
parent
2cab1195e8
commit
db486a48aa
15
README.md
15
README.md
@ -27,6 +27,8 @@ or Windows.
|
|||||||
## Features
|
## Features
|
||||||
|
|
||||||
- OS X, Linux, and Windows.
|
- OS X, Linux, and Windows.
|
||||||
|
- Choose from dozens of FRESH or JSON Resume themes.
|
||||||
|
- Private, local-only resume authoring and analysis.
|
||||||
- Store your resume data as a durable, versionable JSON or YAML document.
|
- Store your resume data as a durable, versionable JSON or YAML document.
|
||||||
- Generate polished resumes in multiple formats without violating [DRY][dry].
|
- Generate polished resumes in multiple formats without violating [DRY][dry].
|
||||||
- Output to HTML, Markdown, LaTeX, PDF, MS Word, JSON, YAML, plain text, or XML.
|
- Output to HTML, Markdown, LaTeX, PDF, MS Word, JSON, YAML, plain text, or XML.
|
||||||
@ -34,18 +36,23 @@ or Windows.
|
|||||||
- Support for multiple input and output resumes.
|
- Support for multiple input and output resumes.
|
||||||
- Use from your command line or [desktop][7].
|
- Use from your command line or [desktop][7].
|
||||||
- Free and open-source through the MIT license.
|
- Free and open-source through the MIT license.
|
||||||
- Updated daily.
|
- Updated daily / weekly. Contributions welcome.
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
Install HackMyResume with NPM:
|
Install the latest stable version of HackMyResume with NPM:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
[sudo] npm install hackmyresume -g
|
[sudo] npm install hackmyresume -g
|
||||||
```
|
```
|
||||||
|
|
||||||
Note: for PDF generation you'll need to install a copy of [wkhtmltopdf][3] for
|
To install the latest bleeding-edge version (updated daily):
|
||||||
your platform.
|
|
||||||
|
```bash
|
||||||
|
[sudo] npm install hacksalot/hackmyresume#dev -g
|
||||||
|
```
|
||||||
|
|
||||||
|
**For PDF generation**, you'll need to install a copy of [wkhtmltopdf][3] and/or PhantomJS for your platform.
|
||||||
|
|
||||||
## Installing Themes
|
## Installing Themes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user