From 19d6095c86430fc4825f4d66edc59f4aed3c3dc0 Mon Sep 17 00:00:00 2001 From: Digant C Kasundra Date: Fri, 3 Feb 2023 18:21:35 -0500 Subject: [PATCH] Make the README a little more clear --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 18cd5b3..fc074c7 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ A port-forwarding utility. Here's how it works: - -1. You install `fwd` on the server. -2. You install `fwd` on the client. -3. You run `fwd` on the client to connect to the server, like so: +1. Get the latest [release](https://github.com/DeCarabas/fwd/releases) of `fwd` +2. You install `fwd` on the server somewhere in your `$PATH` (like `/usr/bin/`) +3. You install `fwd` on the client (like your laptop) +4. You run `fwd` on the client to connect to the server, like so: ```bash doty@my.laptop$ fwd some.server