Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 494 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 494 Bytes

Guides

This repo houses all the guides / docs for SIGPwny.

All docs are written in markdown and rendered with mdbook.

You can read the mdbook docs here.

Guides are built and deployed through the sigpwny/websites monorepo.

Quick setup

# install rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# install mdbook
cargo install mdbook
# <name of book>
mdbook serve fallctf-2023