Skip to content

Commit 962e2dc

Browse files
committed
add intro page
1 parent a6e5550 commit 962e2dc

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
1616
# install mdbook
1717
cargo install mdbook
1818
# <name of book>
19-
mdbook watch fallctf-2023
19+
mdbook serve fallctf-2023
2020
```

fallctf-2023/src/SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Summary
22

3+
- [Intro](./intro.md)
34
- [Pwn](./pwn/pwn.md)
45
- [pwntools](./pwn/pwntools.md)
56
- [Web](./web/web.md)

fallctf-2023/src/intro.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Fall CTF 2023 Guide
2+
3+
Welcome to the Fall CTF 2023 Guide! Feel free to click around the categories as you solve challenges.

0 commit comments

Comments
 (0)