Update README.

This commit is contained in:
devlinjd 2015-10-10 18:34:36 -04:00
parent 189f37b6a1
commit a2b482f60b
1 changed files with 12 additions and 1 deletions

View File

@ -50,7 +50,7 @@ fluentcmd resume.json resume.doc -t modern
You should see something to the effect of:
```
*** FluentCMD v0.1.0 ***
*** FluentCMD v0.3.0 ***
Reading JSON resume: foo/resume.json
Generating HTML resume: out/resume.html
Generating TXT resume: out/resume.txt
@ -60,6 +60,17 @@ Generating PDF resume: out/resume.pdf
## Advanced
### Applying a theme
You can specify a predefined or custom theme via the `-t` parameter. For a predefined theme, include the theme name. For a custom theme, include the path to the custom theme's folder.
```bash
fluentcmd resume.json -t modern
fluentcmd resume.json -t ~/foo/bar/my-custom-theme/
```
As of v0.3.0, available predefined themes are `modern`, `minimist`, `informatic`, and `hello-world`.
### Merging resumes
You can **merge multiple resumes together** by specifying them in order from most generic to most specific: