-
Install mdbook:
$ cargo install mdbook
-
Build
$ mdbook build
-
The output will be in the
book
subdirectory. 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)
-
To rebuild changes automatically, use
$ mdbook watch
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Nois Whitepaper
noislabs/whitepaper
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|