Skip to content

Commit f3caee0

Browse files
authored
Update README.md
1 parent 045819d commit f3caee0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,11 @@ Use the option `-u / --user` to provide us with your username.
9999

100100
Please never send your password over email. We will never ask you for it!<br>
101101
When using the application, you can either:
102-
1. enter your password interactively `--password`
103-
2. enter the name of a system property containing your password `--password:prop my.awesome.property`
102+
1. enter your password interactively `--password`. Do not enter your password in the command but wait for postman to ask it interactively!
103+
```bash
104+
java -jar -u qbc001a --password @path/to/config.txt
105+
```
106+
3. enter the name of a system property containing your password `--password:prop my.awesome.property`
104107
```bash
105108
java -jar -Dmy.awesome.property=ABCDEFG postman.jar -u qbc001a --password:prop my.awesome.property @path/to/config.txt
106109
```

0 commit comments

Comments
 (0)