Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 240 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 240 Bytes

ctfd-quiz-challenges

Install

#!/bin/bash

git clone https://github.com/CTFd/CTFd.git
cd CTFd/CTFd/plugins
git clone https://github.com/doringeman/ctfd-quiz-challenges.git quiz_challenges
cd - && cd CTFd
docker-compose up