From 13584f2ef378bf5e48e4d334ccfdf84ef13bcb10 Mon Sep 17 00:00:00 2001 From: Vitaliy Busko Date: Sun, 17 Apr 2022 04:53:39 +0700 Subject: [PATCH] Update README.md: add link to wiki page --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d8e5d7..dcc7ad6 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ http://www.gog.com/game/vangers * ffmpeg * zlib +You can see the [wiki pages](https://github.com/KranX/Vangers/wiki) to learn how to build this project. + ## Server To host server you can use Docker image or [build server](https://github.com/KranX/Vangers/wiki/Starting-up-server-compatible-with-web-&-native-versions) @@ -53,4 +55,4 @@ Explanation: * **-e SERVER=vangers.net**: should be name of domain you want to host server * **-e CERT_FILE=/root/websockify/vangers.net.cer**: full path to cer file * **-e KEY_FILE=/root/websockify/vangers.net.key**: full path to key file -* **--network host**: use host networking (reuired to bind on domain) \ No newline at end of file +* **--network host**: use host networking (reuired to bind on domain)