Skip to content

Commit a8b6d59

Browse files
authored
Update README.md
1 parent fdce7a4 commit a8b6d59

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ without having to remember ip/hosts, ports , etc.
1313
## Requirements
1414
- SSH Client
1515
- sshpass
16+
- fzf
1617
- Bash (version 4.0 or later)
1718

1819
## Installation
@@ -23,11 +24,11 @@ without having to remember ip/hosts, ports , etc.
2324
git clone https://github.com/NidroidX/ssh-manager.git
2425
2526
```
26-
2. Install sshpass
27+
2. Install requirements
2728

2829
```
2930
30-
sudo apt install sshpass
31+
sudo apt install sshpass fzf
3132
3233
```
3334
3. Move into the cloned directory with

0 commit comments

Comments
 (0)