Guides (Published via mdBook)
The detailed guides for installation, tool usage (Brew, Git, Docker, Conda, Rust, etc.), and macOS tips are maintained in the /docs directory and automatically published as an online book using mdBook and GitHub Pages.
📚 Access the Online Guides Here You can also build and view the guides locally:
- Ensure you have Rust and
mdbookinstalled (the setup script09_install_rust.shhandles this). - Navigate to the repository root directory.
- Run
mdbook serve --open.