Skip to content

Commit

Permalink
fix(readme): minor layout fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
biosan committed Jan 23, 2020
1 parent 191ca7a commit 5f146ab
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,19 @@ I also wanted I simple environment, so I used the boilerplate provided by JSON R
## Usage

1. Download [JSON Resume CLI](https://jsonresume.org/)
`npm install -g resume-cli`
```
npm install -g resume-cli
```

1. Download the theme from [npm](https://www.npmjs.com/)
`npm install -g jsonresume-theme-macchiato`
```
npm install -g jsonresume-theme-macchiato
```

1. Use resume cli to build your resume
`resume export resume.html --theme macchiato`
```
resume export resume.html --theme macchiato
```

### PDF output

Expand Down

0 comments on commit 5f146ab

Please sign in to comment.