Bumped version to 0.0.4 (after publishing 0.0.3 to crates.io) + updated README to use cargo install for the installation

This commit is contained in:
Mathieu David 2015-12-11 22:17:05 +01:00
parent 04c7020168
commit d376b0663a
2 changed files with 3 additions and 7 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "mdbook" name = "mdbook"
version = "0.0.3" version = "0.0.4"
authors = ["Mathieu David <mathieudavid@mathieudavid.org>"] authors = ["Mathieu David <mathieudavid@mathieudavid.org>"]
description = "create books from markdown files (like Gitbook)" description = "create books from markdown files (like Gitbook)"
documentation = "http://azerupi.github.io/mdBook/index.html" documentation = "http://azerupi.github.io/mdBook/index.html"

View File

@ -13,14 +13,10 @@ To have an idea of what a rendered book looks like,take a look at the [**Documen
## Installation ## Installation
``` ```
git clone --depth=1 https://github.com/azerupi/mdBook.git cargo install mdbook
cd mdBook
cargo build --release
``` ```
The executable `mdbook` will be in the `./target/release` folder, this should be added to the path. If you want to regenerate the css (stylesheet), clone the git repo locally and make sure that you installed `stylus` and `nib` from `npm` because it is used to compile the stylesheets
If you want to regenerate the css (stylesheet), make sure that you installed `stylus` and `nib` from `npm` because it is used to compile the stylesheets
Install [node.js](https://nodejs.org/en/) Install [node.js](https://nodejs.org/en/)