aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5541822..94e08c7 100644
--- a/README.md
+++ b/README.md
@@ -57,9 +57,15 @@ and experience major breakage.** This is because the protocol version
isn't bumped when a new development phase is started after a release.
## Installation
+It is recommended to explicitly set the `GOBIN` environment variable
+to a directory that is only used for the proxy binaries, databases
+and configuration files.
+
Go 1.21 or higher is required. Run
```
+export GOBIN=~/.local/share/mt-multiserver-proxy
+mkdir -p ${GOBIN}
go install github.com/HimbeerserverDE/mt-multiserver-proxy/cmd/...@latest
```