I am trying to compile and record my studies as a notebook.
For this purpose, I am using mdbook to create the notes.
The created notes are made public on the web, and the page URL is https://moz-sec.com/note/.
cargo 1.67.0 (8ecd4f20a 2023-01-10)
- Clone this repository
git clone https://github.com/moz-sec/note.git
- Installing the Rust
See official documentation. rust-lang.arg
- Installing mdbook by cargo
cargo install mdbook
- Build
mdbook build
- Open the browser
open book/index.html