< back to profile

jujutsu-tutorial

trying to figure out this jujutsu thing

repo ->live ->Feb 23, 2026
jujutsu-tutorial screenshot

Steve's Jujutsu tutorial

Read it here.

Requirements

Building the book requires mdBook. To get it:

bash
$ cargo install mdbook

Or you can also install via Homebrew:

bash
$ brew install mdbook

Building

To build the book, type:

bash
$ mdbook build

The output will be in the book subdirectory. To check it out, open it in your web browser.

Firefox:

bash
$ firefox book/index.html                       # Linux
$ open -a "Firefox" book/index.html             # OS X
$ Start-Process "firefox.exe" .\book\index.html # Windows (PowerShell)
$ start firefox.exe .\book\index.html           # Windows (Cmd)

Chrome:

bash
$ google-chrome book/index.html                 # Linux
$ open -a "Google Chrome" book/index.html       # OS X
$ Start-Process "chrome.exe" .\book\index.html  # Windows (PowerShell)
$ start chrome.exe .\book\index.html            # Windows (Cmd)

Command Palette

Search hackers, navigate pages