Skip to content

Commit

Permalink
add intro page
Browse files Browse the repository at this point in the history
  • Loading branch information
reteps committed Aug 26, 2024
1 parent a6e5550 commit 962e2dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# install mdbook
cargo install mdbook
# <name of book>
mdbook watch fallctf-2023
mdbook serve fallctf-2023
```
1 change: 1 addition & 0 deletions fallctf-2023/src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Summary

- [Intro](./intro.md)
- [Pwn](./pwn/pwn.md)
- [pwntools](./pwn/pwntools.md)
- [Web](./web/web.md)
Expand Down
3 changes: 3 additions & 0 deletions fallctf-2023/src/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Fall CTF 2023 Guide

Welcome to the Fall CTF 2023 Guide! Feel free to click around the categories as you solve challenges.

0 comments on commit 962e2dc

Please sign in to comment.