Skip to content

Commit 2803bfa

Browse files
author
Lucas Magalhães
authored
Improving login instructions
1 parent de56060 commit 2803bfa

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,16 @@ Welcome to Pwn2Win CTF 2017.
3737
./ctf init
3838
```
3939

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:
4143
```bash
4244
./ctf login
4345
```
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:
47+
```bash
48+
./ctf login --token [TOKEN]
49+
```
4650

4751
## Challenges
4852

0 commit comments

Comments
 (0)