| commit | 37f36e92a6618221a723821a71f48915cd860a44 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Wed Sep 02 11:57:48 2020 -0700 |
| committer | David Tolnay <dtolnay@gmail.com> | Wed Sep 02 11:58:17 2020 -0700 |
| tree | 8c0e7a1c44b11dd3aff5f905a6cf461c92c729c4 | |
| parent | 6e043630ba6051c9e6c111e04897e8ee32a07bfd [diff] |
Add readme for book directory
diff --git a/book/README.md b/book/README.md new file mode 100644 index 0000000..e4916e0 --- /dev/null +++ b/book/README.md
@@ -0,0 +1,9 @@ +Published automatically to https://cxx.rs from master branch. + +To build and view locally: + +- Install [mdBook]: `cargo install mdbook`. +- Run `mdbook build` in this directory. +- Open the generated *build/index.html*. + +[mdBook]: https://github.com/rust-lang/mdBook