Updates readme

This commit is contained in:
Thomas Forgione 2019-07-15 14:45:09 +02:00
parent 641fc0d763
commit c4bf81cdb7
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
3 changed files with 18 additions and 2 deletions

2
Cargo.lock generated
View File

@ -369,7 +369,7 @@ dependencies = [
[[package]]
name = "md2pdf"
version = "0.1.0"
version = "0.0.1"
dependencies = [
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pulldown-cmark 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,9 +1,12 @@
[package]
name = "md2pdf"
version = "0.0.0"
version = "0.0.1"
authors = ["Thomas Forgione <thomas@forgione.fr>"]
description = "A small utility to convert markdown files to pdf exploiting tectonic."
edition = "2018"
license = "MIT"
repository = "https://gitea.tforgione.fr/tforgione/md2pdf"
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# md2pdf
*A small utility to convert markdown files to pdf exploiting
[tectonic](https://tectonic-typesetting.github.io).*
### Usage
```
md2pdf -i input.md -o output.pdf
```
Thanks to [tectonic](https://tectonic-typesetting.github.io), we're able to
convert markdown to LaTeX to PDF really easily.