## Description Bumps version to v0.44.1, to get some of tooling hot-fixes released.
If you wish contribute to this reference:
Install Rust if it's not installed.
Install mdbook.
cargo install mdbook
To build the book, ensure you are in /sway/sway-book and run:
/sway/sway-book
mdbook build
To serve a hot-reloading instance of the book in your browser, run:
mdbook serve --open