Make README a little more clear

Thanks Digant!
This commit is contained in:
John Doty 2023-02-03 15:32:00 -08:00
commit 5fb0410eee

View file

@ -3,10 +3,10 @@
A port-forwarding utility. A port-forwarding utility.
Here's how it works: Here's how it works:
1. Get the latest [release](https://github.com/DeCarabas/fwd/releases) of `fwd`
1. You install `fwd` on the server. 2. You install `fwd` on the server somewhere in your `$PATH` (like `/usr/bin/`)
2. You install `fwd` on the client. 3. You install `fwd` on the client (like your laptop)
3. You run `fwd` on the client to connect to the server, like so: 4. You run `fwd` on the client to connect to the server, like so:
```bash ```bash
doty@my.laptop$ fwd some.server doty@my.laptop$ fwd some.server