Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 751 Bytes

File metadata and controls

29 lines (24 loc) · 751 Bytes

Opshin Book

The documentation is now included with the main opshin website. This website was replaced with a redirect.

Official documentation for the Opshin programming language.

Running locally

To run this project, you'll need:

  1. Clone the repo:
    $ git clone https://github.com/Ch1n3du/opshin_book
      ...
  2. Install Rust and mdbook
    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
    cargo install mdbook
  3. Open the book directory in the terminal and run:
    $ cd opshin_book
    $ mdbook serve
      ...
    This will start a local server hosting the site.