Skip to content

Commit a124e86

Browse files
committed
specify download prerequisites
1 parent c3b2ace commit a124e86

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,19 @@ The script supports the configuration of multiple SSH connections and can establ
3131
- Supports both forward and reverse SSH tunnels.
3232
- Tunnels are continuously maintained and re-established in case of disconnection.
3333

34-
## Prerequisites
34+
# Prerequisites
3535

36-
This script is designed to be run in a Unix-like environment.
36+
**This script is designed to be run in a Unix-like environment.**
3737

38-
- **Bash Shell**: The script is written in Bash, so you need to have Bash installed on your system.
38+
## General Software Requirements
3939

40-
- **SSH**: The script uses SSH to establish connections and create tunnels. Make sure you have SSH installed and properly configured on your machine.
40+
- **bash**: The script is written in `bash`, so you need to have `bash` installed on your system.
41+
- **ssh**: The script uses `ssh` to establish connections and create tunnels. Make sure you have `ssh` installed and properly configured on your machine.
42+
43+
## Downloader Tool Prerequisites
44+
45+
- **jq**: This lightweight and flexible command-line JSON processor is used by the downloader tool to parse data fetched from GitHub. Specifically, it helps identify the most recent version of ssh-tunnel-swarm.
46+
- **wget**: wget is a versatile utility designed for non-interactive downloading of files from the web. It serves a dual purpose in this case - initially downloading the downloader tool, and subsequently employed by the downloader tool itself to retrieve ssh-tunnel-swarm.
4147

4248
## Installation
4349

0 commit comments

Comments
 (0)