diff --git a/Cargo.toml b/Cargo.toml index 42d963a5..e8b90d08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook" -version = "0.0.3" +version = "0.0.4" authors = ["Mathieu David "] description = "create books from markdown files (like Gitbook)" documentation = "http://azerupi.github.io/mdBook/index.html" diff --git a/README.md b/README.md index 67963d95..ed5880e7 100644 --- a/README.md +++ b/README.md @@ -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/)