From fd21b63e7462bfd1a720c064612541e43034c964 Mon Sep 17 00:00:00 2001 From: Mckol Date: Sat, 29 Jun 2019 11:33:46 +0200 Subject: [PATCH 1/2] Updated the "Get Veloren" section of README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f5e5a8950..2103f4f7d4 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,10 @@ Currently the communication of contributors happens mainly on our [official Disc ## Get Veloren -We currently don't provide binary downloads of Veloren, you have to compile it yourself. +You can download up-to-date builds for Windows and Linux from [Gitlab CI pipelines](https://gitlab.com/veloren/veloren/pipelines) (refer to the [Download chapter in the book](https://book.veloren.net/download/index.html) for more information). +As of 0.2, due to rapid developement stable versions are **outdated** and **incompatible with the public server**. -Take a look at the [How to Compile Guide](https://book.veloren.net/download/compiling.html) in the book. +If you want to compile Veloren yourself, take a look at the [How to Compile Guide](https://book.veloren.net/compile/index.html) in the book. ## F.A.Q. ### **Q:** How is this game licensed? From 99d35d6a6b8e762e35c71020ac5bf9bc5297ec29 Mon Sep 17 00:00:00 2001 From: Mckol Date: Sat, 29 Jun 2019 11:34:31 +0200 Subject: [PATCH 2/2] Clarify supported platforms in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2103f4f7d4..ce401cef4a 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ If you want to compile Veloren yourself, take a look at the [How to Compile Guid ### **Q:** What platforms are supported? -**A:** Veloren can run on Windows, Linux and Mac OS on all architectures. It's probably possible to compile Veloren on/for BSD, Fuchsia and others as well. +**A:** Veloren can run on Windows, Linux and Mac OS on all architectures (although x86_64 is our main focus). It's probably possible to compile Veloren on/for BSD, Fuchsia and others as well. ### **Q:** Do you accept donations?