From fdd41a943ed6facee25d807fc8aa61d980f275c7 Mon Sep 17 00:00:00 2001 From: Caleb Bassi Date: Mon, 14 Jan 2019 20:28:12 -0800 Subject: [PATCH] Go 1.11+ no longer required to install from source because of vendor --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 818d10e..0dea710 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,6 @@ brew install gotop ### Source -**Note**: Requires Go 1.11+. - ```bash go get github.com/cjbassi/gotop ```