Skip to content

Commit 92f8431

Browse files
committed
docs: update
1 parent ee55900 commit 92f8431

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Install
44

55
```bash
6-
$ npm install steam-otp-cli -g
6+
$ curl -sf https://gobinaries.com/geekdada/steam-otp | sh
77
```
88

99
## Usage
@@ -18,6 +18,12 @@ Run the command and input the `shared_secret`.
1818
$ steam-otp
1919
```
2020

21+
Or, using `--secret` to pass the secret (NOT SAFE).
22+
23+
```bash
24+
$ steam-otp --secret [SHARED SECRET]
25+
```
26+
2127
**Notice**
2228

2329
- Your shared secret will never be stored by `zsh_history` or `bash_history`.

0 commit comments

Comments
 (0)