You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,12 +37,16 @@ Welcome to Pwn2Win CTF 2017.
37
37
./ctf init
38
38
```
39
39
40
-
6. The **other members of the team** must login to GitHub without registering a new team, by running:
40
+
6. After that, **the leader** must share the `team-secrets.json` with the members of the team. The **other members of the team** must place the `team-secrets.json` file shared by the leader in their `2017` directory.
41
+
42
+
7. The **other members of the team** must login to GitHub without registering a new team, by running:
41
43
```bash
42
44
./ctf login
43
45
```
44
-
45
-
7. After that, **the leader** must share the `team-secrets.json` with the members of the team. The **other members of the team** must place the `team-secrets.json` file shared by the leader in their `2017` directory.
46
+
If you are using OTP, you will need to login using a [token](https://github.com/settings/tokens) running:
0 commit comments