aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-12-01 18:40:10 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-12-01 18:40:10 +0100
commit6dc42efa9076d76f6df33fe373ffb203ef71f2d0 (patch)
treed9bcaf2f317b0a45babd478f23ee496c067c2d73 /README.md
parentf3c57a3b3585178cbb773f0493c8c871be98ea9e (diff)
document real symlink behavior
This commit fixes #136. The current behavior seems to be safer for complex setups in that it prevents accidental dependency hell.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7486b51..a273ffd 100644
--- a/README.md
+++ b/README.md
@@ -33,9 +33,9 @@ as it can cause version mismatches between them.**
### Starting
Run `${GOBIN}/mt-multiserver-proxy`. The configuration file and other required
-files are created automatically in the directory the executable
-(or symlink to said executable) is in, so make sure to move the
-executable to the desired location or use a symlink.
+files are created automatically in the directory the executable is in,
+so make sure to install the executable to the desired location.
+Symlinks to the executable will be followed, only the real path matters.
### Stopping
mt-multiserver-proxy reacts to SIGINT, SIGTERM and SIGHUP. It stops listening