diff --git a/README.md b/README.md index 59a4ac6..693c5e3 100644 --- a/README.md +++ b/README.md @@ -31,19 +31,26 @@ section which I add to occassionally.__ ## Building -Rust Anthology is built with [mdbook]. To build: +Rust Anthology is built with [mdbook]. +> Make sure Rust is already installed. To install +```shell +$ curl https://sh.rustup.rs -sSf | sh ``` -cargo install mdbook -mdbook build + + To build: + +```shell +$ cargo install mdbook +$ mdbook build ``` [mdbook]: https://github.com/azerupi/mdBook Testing is again with mdbook: -``` -mdbook test +```shell +$ mdbook test ``` ## Contributing