Skip to content

Commit de5ef42

Browse files
author
eshaan7
committed
updated README
1 parent 313360e commit de5ef42

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ A CTF framework(in flask) for HackTheBox style machines.
1616
$ git clone https://github.com/abs0lut3pwn4g3/RTB-CTF-Framework
1717
$ cd RTB-CTF-Framework/src/
1818
$ virtualenv -p /usr/bin/python3 venv
19-
$ pip install -r requirements.txt
20-
$ python run.py
19+
$ source venv/bin/activate
20+
[venv]$ pip install -r requirements.txt
21+
[venv]$ python run.py
2122

2223
Using this as simple as anything. Just configure your CTF settings in `config.py`.
2324

0 commit comments

Comments
 (0)