Skip to content

jj-tutorial/tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

$ PATH=$PATH:target/debug/ mdbook build

The output will be in the book/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)

About

Getting Started with Jujutsu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages