steveklabnik/jujutsu-tutorial

trying to figure out this jujutsu thing

468

103 commits

updated Feb 23, 2026

See the code

README

Steve's Jujutsu tutorial

Read it here.

Requirements

Building the book requires mdBook. To get it:

$ cargo install mdbook

Or you can also install via Homebrew:

$ brew install mdbook

Building

To build the book, type:

$ mdbook build

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

Firefox:

$ 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:

$ 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)

Contributors

(top 30 of 49)

steveklabnik

35 commits

mslw

4 commits

kaesle

3 commits

KyleFin

3 commits

steveklabnik/jujutsu-tutorial

trying to figure out this jujutsu thing

468

103 commits

updated Feb 23, 2026

See the code

README

Steve's Jujutsu tutorial

Read it here.

Requirements

Building the book requires mdBook. To get it:

$ cargo install mdbook

Or you can also install via Homebrew:

$ brew install mdbook

Building

To build the book, type:

$ mdbook build

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

Firefox:

$ 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:

$ 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)

Contributors

(top 30 of 49)

steveklabnik

35 commits

mslw

4 commits

kaesle

3 commits

KyleFin

3 commits