Skip to content

Commit 4a65e6b

Browse files
committed
Update README.md
1 parent b4c6993 commit 4a65e6b

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Hong Kong Cyber Security New Generation Capture the Flag Challenge 2020
1+
# HKCERT CTF 2020
22

33
## Folder structure
44

@@ -13,15 +13,16 @@
1313
│ └── image2/
1414
│ ├── Dockerfile
1515
│ └── ...
16-
├── src/ whatever files that is used as auxiliary to the challenge, in whatever use.
17-
│ this includes but not limited to the source code for the binary, the solution
18-
│ script (or writeup) that is considered to solve the challenge
16+
├── src/ whatever files that is used as auxiliary to the challenge, in whatever
17+
│ use. this includes but not limited to the source code for the binary,
18+
│ the solution script (or writeup) that is considered to solve the
19+
│ challenge.
1920
├── writeups/
2021
│ ├── team1/
21-
│ │ └── README.md the writeup and any auxiliary script that you used to solve a challenge - one
22-
│ └── team2/ folder per team.
22+
│ │ └── README.md the writeup and any auxiliary script that you used to solve a
23+
│ └── team2/ challenge - one folder per team.
2324
│ ├── README.md
2425
│ └── solve.py
25-
└── README.md the README file that contains a brief summary (title, description, category,
26-
author and flag) of the challenge
26+
└── README.md the README file that contains a brief summary (title, description,
27+
category, author and flag) of the challenge
2728
```

0 commit comments

Comments
 (0)