Skip to content

Commit 03da8cd

Browse files
authored
Merge pull request #1664 from OWASP/quickdocfix
Fix readme for ctfd
2 parents 4a83c99 + d5602c4 commit 03da8cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -408,9 +408,9 @@ Initial creation of the zip file for CTFD requires you to visit [https://wrongse
408408
Follow the following steps:
409409

410410
```shell
411-
npm install -g juice-shop-ctf-cli@9.1.0
411+
npm install -g juice-shop-ctf-cli@10.0.1
412412
juice-shop-ctf #choose ctfd and https://wrongsecrets-ctf.herokuapp.com as domain. No trailing slash! The key is 'TRwzkRJnHOTckssAeyJbysWgP!Qc2T', feel free to enable hints. We do not support snippets or links/urls to code or hints.
413-
docker run -p 8001:8000 -it ctfd/ctfd:3.4.3
413+
docker run -p 8001:8000 -it ctfd/ctfd:3.7.4
414414
```
415415

416416
Now visit the CTFD instance at [http://localhost:8001](http://localhost:8001) and setup your CTF.

0 commit comments

Comments
 (0)