From 3c493092f632d1bc0171bfb6b8873d24e363e66b Mon Sep 17 00:00:00 2001 From: Liam Galvin Date: Tue, 30 Oct 2018 18:45:43 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03f01f2..58a5fc9 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Ensure you have your latest graphics card drivers installed before use. ## Build Dependencies -- Go 1.10.3+ +- Go 1.11+ - On macOS, you need Xcode or Command Line Tools for Xcode (`xcode-select --install`) for required headers and libraries. - On Ubuntu/Debian-like Linux distributions, you need `libgl1-mesa-dev xorg-dev`. - On CentOS/Fedora-like Linux distributions, you need `libX11-devel libXcursor-devel libXrandr-devel libXinerama-devel mesa-libGL-devel libXi-devel`.