Updates readme

This commit is contained in:
2019-07-15 14:45:09 +02:00
parent 641fc0d763
commit c4bf81cdb7
3 changed files with 18 additions and 2 deletions
Generated
+1 -1
View File
@@ -369,7 +369,7 @@ dependencies = [
[[package]] [[package]]
name = "md2pdf" name = "md2pdf"
version = "0.1.0" version = "0.0.1"
dependencies = [ dependencies = [
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "pulldown-cmark 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
+4 -1
View File
@@ -1,9 +1,12 @@
[package] [package]
name = "md2pdf" name = "md2pdf"
version = "0.0.0" version = "0.0.1"
authors = ["Thomas Forgione <thomas@forgione.fr>"] authors = ["Thomas Forgione <thomas@forgione.fr>"]
description = "A small utility to convert markdown files to pdf exploiting tectonic." description = "A small utility to convert markdown files to pdf exploiting tectonic."
edition = "2018" 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+13
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.