We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6e5550 commit 962e2dcCopy full SHA for 962e2dc
README.md
@@ -16,5 +16,5 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
16
# install mdbook
17
cargo install mdbook
18
# <name of book>
19
-mdbook watch fallctf-2023
+mdbook serve fallctf-2023
20
```
fallctf-2023/src/SUMMARY.md
@@ -1,5 +1,6 @@
1
# Summary
2
3
+- [Intro](./intro.md)
4
- [Pwn](./pwn/pwn.md)
5
- [pwntools](./pwn/pwntools.md)
6
- [Web](./web/web.md)
fallctf-2023/src/intro.md
@@ -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 commit comments