From ebd303a9201b0e00d5c879f75e5f4822d3348a82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Kimminich?= Date: Fri, 21 Apr 2017 01:27:16 +0200 Subject: [PATCH] Use headlines in README (#249) + legibility + ability to link to section anchors directly --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1069261c..4cd0bff2 100644 --- a/README.md +++ b/README.md @@ -6,18 +6,18 @@ CTFd is a CTF in a can. Easily modifiable and has everything you need to run a jeopardy style CTF. -Install: +## Install 1. `./prepare.sh` to install dependencies using apt. 2. Modify [CTFd/config.py](https://github.com/CTFd/CTFd/blob/master/CTFd/config.py) to your liking. 3. Use `python serve.py` in a terminal to drop into debug mode. 4. [Here](https://github.com/CTFd/CTFd/wiki/Deployment) are some deployment options -Live Demo: +## Live Demo https://demo.ctfd.io/ -Reverse Engineering Module: +## Reverse Engineering Module https://reversing.ctfd.io/ -Logo by [Laura Barbera](http://www.laurabb.com/) - -Theme by [Christopher Thompson](https://github.com/breadchris) +## Credits +* Logo by [Laura Barbera](http://www.laurabb.com/) +* Theme by [Christopher Thompson](https://github.com/breadchris)