Skip to content

Commit f1f77e0

Browse files
committed
update readme
1 parent 57ac7d2 commit f1f77e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ This script is designed to be run in a Unix-like environment.
4141

4242
## Installation
4343

44-
Execute the following command to download `ssh-tunnel-swarm`:
44+
Execute the following command to download ssh-tunnel-swarm:
4545

4646
```shell
4747
wget -qO- https://raw.githubusercontent.com/psyb0t/ssh-tunnel-swarm/master/tools/downloader.sh | bash
4848
```
4949

50-
After the download is complete, you can use `ssh-tunnel-swarm` from the current location by executing `./ssh-tunnel-swarm` but a true installation allows you to use it from any directory.
50+
After the download is complete, you can use ssh-tunnel-swarm from the current location by executing `./ssh-tunnel-swarm` but a true installation allows you to use it from any directory.
5151

5252
### Installing for all users
5353

@@ -62,7 +62,7 @@ mkdir -p ~/bin
6262
mv ssh-tunnel-swarm ~/bin/
6363
```
6464

65-
In order to execute `ssh-tunnel-swarm` from any directory, the `$HOME/bin` directory needs to be added to your system's `$PATH`. This is because the `$PATH` variable tells the system which directories to search for executable files when you type a command in the terminal. By adding `$HOME/bin` to the `$PATH`, you can run the `ssh-tunnel-swarm` command from any directory without needing to specify the full path.
65+
In order to execute ssh-tunnel-swarm from any directory, the `$HOME/bin` directory needs to be added to your system's `$PATH`. This is because the `$PATH` variable tells the system which directories to search for executable files when you type a command in the terminal. By adding `$HOME/bin` to the `$PATH`, you can run the ssh-tunnel-swarm command from any directory without needing to specify the full path.
6666

6767
To check if `$HOME/bin` is already in the `$PATH`, you can execute the following command in your terminal:
6868

0 commit comments

Comments
 (0)