From 247cc63080bc21597a790a46eb29c2ca4e5e037b Mon Sep 17 00:00:00 2001 From: Juliusz Chroboczek Date: Wed, 3 Mar 2021 00:03:44 +0100 Subject: [PATCH] Update README. --- README | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README b/README index 052f2af..a0e3671 100644 --- a/README +++ b/README @@ -1,6 +1,8 @@ # Installation -## Build the server binary +## Build the `galene` binary + +You will need Go 1.13 or later (type `go version`). Then do: CGO_ENABLED=0 go build -ldflags='-s -w' @@ -78,8 +80,8 @@ where `203.0.113.1` is your NAT's external (global) IPv4 address. ## Cross-compile for your server -If your server runs a different OS or has a different CPU than your build -machine, you will need to recompile the binary for the server. +This step is only required if your server runs a different OS or has +a different CPU than your build machine. For a Linux server with an Intel or AMD CPU: