diff --git a/BUILD.md b/BUILD.md
index 103acb37..ff2456d3 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -3,18 +3,14 @@
The repository contains everything required to compile and build the examples on Windows, Linux and Android using a C++ compiler that supports C++11. All required dependencies are included.
##
Windows
-
-[](https://ci.appveyor.com/project/SaschaWillems/vulkan)
-
Use the provided CMakeLists.txt with [CMake](https://cmake.org) to generate a build configuration for your favorite IDE or compiler, e.g.:
+
```
-cmake -G "Visual Studio 14 2015 Win64"
+cmake -G "Visual Studio 16 2019" -A x64
```
##
Linux
-[](https://travis-ci.org/SaschaWillems/Vulkan)
-
Use the provided CMakeLists.txt with [CMake](https://cmake.org) to generate a build configuration for your favorite IDE or compiler.
##### [Window system integration](https://www.khronos.org/registry/vulkan/specs/1.0-wsi_extensions/html/vkspec.html#wsi)