Skip to content

Commit c8dc5ac

Browse files
author
eshaan7
committed
updated README
1 parent b9d4a29 commit c8dc5ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ A CTF framework(in flask) for HackTheBox style machines.
1313

1414
## How To Use
1515

16+
$ git clone https://github.com/abs0lut3pwn4g3/RTB-CTF-Framework
17+
$ cd RTB-CTF-Framework/
18+
$ virtualenv -p /usr/bin/python3 venv
19+
$ pip install -r requirements.txt
20+
$ python run.py
21+
1622
Using this as simple as anything. Just configure your CTF settings in `config.py`.
1723

1824
#### Creating database instance file

0 commit comments

Comments
 (0)