Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down