Skip to content

Commit

Permalink
Bump version, update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
van-sprundel committed Sep 15, 2024
1 parent c8f80ba commit c66fd93
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ferrisume-cli"
description = "A JSON resume CLI tool"
version = "0.1.2"
version = "0.2.0"
license = "MIT"
repository = "https://github.com/yourusername/ferrisume"
edition = "2021"
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ There's an official [resume-cli](https://github.com/jsonresume/resume-cli) that

Another reason was to try out [clap](https://github.com/clap-rs/clap) and see if I could make a "production ready" CLI tool with it.

## Requirements

This tool requires `libwkhtmltox` to build.

Install the library on the [official site](https://wkhtmltopdf.org/downloads.html).

For windows users, make sure the library path is added to the `LIB` environment variable (`C:\Program Files\wkhtmltopdf\lib`).

## Installation

You can download the CLI from cargo:
Expand Down

0 comments on commit c66fd93

Please sign in to comment.