From 14437477e6031ff669c4a235e13001350547edd2 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 5 Nov 2019 18:59:24 +0800 Subject: [PATCH] README: specify required version in readme Signed-off-by: Jason A. Donenfeld --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cb6da7..93598c0 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ $ cp WireGuard/WireGuard/Config/Developer.xcconfig.template WireGuard/WireGuard/ $ vim WireGuard/WireGuard/Config/Developer.xcconfig ``` -- Install swiftlint and go: +- Install swiftlint and go 1.13.4: ``` $ brew install swiftlint go