From c66fd9329a598d8c26561bb4ca257a62b356e418 Mon Sep 17 00:00:00 2001 From: van-sprundel Date: Sun, 15 Sep 2024 22:02:03 +0200 Subject: [PATCH] Bump version, update README.md --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 8 -------- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3229339..1b1b3c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -572,7 +572,7 @@ checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" [[package]] name = "ferrisume-cli" -version = "0.1.2" +version = "0.2.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 25bedc5..b479879 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index 0463863..f2b3513 100644 --- a/README.md +++ b/README.md @@ -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: