Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.08 KB

INSTALL.md

File metadata and controls

43 lines (31 loc) · 1.08 KB

Installation for Mac OS (Intel / M1 / M2)

Basics

Service

Additional tooling

  • brew install gh
  • cargo install mdbook
  • cargo install cargo-rdme

Installation for Linux

Basics

  • curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  • rustup target add wasm32-unknown-unknown
  • Protoc
    • curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v21.11/protoc-21.11-linux-x86_64.zip
    • unzip protoc-21.11-linux-x86_64.zip -d $HOME/.local
    • If ~/.local is not in your path, add it: export PATH="$PATH:$HOME/.local/bin"

Service

Additional Tooling

  • cargo install mdbook