1
0
mirror of https://github.com/cjbassi/gotop.git synced 2025-04-27 13:48:54 +08:00

Go 1.11+ no longer required to install from source because of vendor

This commit is contained in:
Caleb Bassi 2019-01-14 20:28:12 -08:00
parent fce8f0ba62
commit fdd41a943e

View File

@ -44,8 +44,6 @@ brew install gotop
### Source
**Note**: Requires Go 1.11+.
```bash
go get github.com/cjbassi/gotop
```