From e0fb8682c8ccaef0ed8240fa197d3278ea2d9846 Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Sun, 27 Apr 2025 17:08:37 +0200 Subject: [PATCH] Edit README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d588ae..be3c9d0 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,13 @@ cd fediresolve go build ``` -Optionally, install the binary by executing: `go install` +Optionally, install the binary by executing: -Which depending on the OS installs to the installation directory, under Linux that is: `$HOME/go/bin`. +```bash +go install +``` + +Which depending on the OS installs to the installation directory, under Linux that would be: `$HOME/go/bin`. Be sure to add `$HOME/go/bin` path to your `$PATH` in your shell, [more info](https://go.dev/doc/tutorial/compile-install). Once installed (assuming the `$HOME/go/bin` path is in your `$PATH`) you can just execute the `fediresolve` binary without `./` of course.