From c7828633c8337318c7affe5d8e19634a3dcfeb85 Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Thu, 24 Apr 2025 21:34:28 +0200 Subject: [PATCH] Small readme update regarding go install --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 849b233..3d588ae 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,13 @@ cd fediresolve go build ``` +Optionally, install the binary by executing: `go install` + +Which depending on the OS installs to the installation directory, under Linux that is: `$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. + ## Usage ### Basic usage