Commit 247cc630 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Update README.

parent 0f7cbe57
# Installation # 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' 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. ...@@ -78,8 +80,8 @@ where `203.0.113.1` is your NAT's external (global) IPv4 address.
## Cross-compile for your server ## Cross-compile for your server
If your server runs a different OS or has a different CPU than your build This step is only required if your server runs a different OS or has
machine, you will need to recompile the binary for the server. a different CPU than your build machine.
For a Linux server with an Intel or AMD CPU: For a Linux server with an Intel or AMD CPU:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment