Skip to content

Commit b973a40

Browse files
Update README.md
1 parent 3b29c4b commit b973a40

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
# lazy-connect (WIP)
1+
# lazy-connect
22

33
Shell function to fuzzy search an IPSec VPN by name and connect to it automatically.
44

55
## Prerequisite
66

7-
[`fzf`](https://github.com/junegunn/fzf) must be available in the PATH.
7+
1. [fzf](https://github.com/junegunn/fzf)
8+
2. [OATH Toolkit](https://www.nongnu.org/oath-toolkit/index.html)
9+
10+
```
11+
brew install oath-toolkit fzf
12+
```
813

914
## Install
1015

@@ -37,4 +42,4 @@ lazy-connect - Shell function to fuzzy search an IPSec VPN by name
3742

3843
### Warning
3944

40-
The secret key to generate TOTP is stored as plain text in `~/.config/lazy-connect/secrete`
45+
The secret key to generate TOTP is stored as plain text in `~/.config/lazy-connect/secret`

0 commit comments

Comments
 (0)