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

@@ -13,14 +13,10 @@ To have an idea of what a rendered book looks like,take a look at the [**Documen
## Installation
```
git clone --depth=1 https://github.com/azerupi/mdBook.git
cd mdBook
cargo build --release
cargo install mdbook
```
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), 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), clone the git repo locally and 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/)