Skip to content

Commit 313360e

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

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
@@ -14,7 +14,7 @@ A CTF framework(in flask) for HackTheBox style machines.
1414
## How To Use
1515

1616
$ git clone https://github.com/abs0lut3pwn4g3/RTB-CTF-Framework
17-
$ cd RTB-CTF-Framework/
17+
$ cd RTB-CTF-Framework/src/
1818
$ virtualenv -p /usr/bin/python3 venv
1919
$ pip install -r requirements.txt
2020
$ python run.py
@@ -23,7 +23,7 @@ Using this as simple as anything. Just configure your CTF settings in `config.py
2323

2424
#### Creating database instance file
2525

26-
Locally or with docker,
26+
Locally or for docker,
2727

2828
$ source venv/bin/activate
2929
$ python3 # open python interpreter
@@ -41,6 +41,7 @@ For Heroku,
4141
- [ ] isAdmin column in User table and Admin views (priority)
4242
- [ ] Support for more hashes
4343
- [ ] Testing Password reset functionality
44+
- [ ] Notifications
4445
- [ ] More info for `home.html`
4546
- [ ] Need to implement `account.html` (not a priority)
4647

0 commit comments

Comments
 (0)