From a0c72836c07ac834b8eda43eaf37344d41ef1a08 Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Tue, 2 Jun 2020 09:10:22 -0500 Subject: [PATCH] Documentation improvements --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9fe777..ebe8523 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,14 @@ file. ## Example ``` -$ go run ./build.go -r v3.5.1 github.com/xxxserxxx/gotop-nvidia +$ go run ./build.go -r v4.0.0 github.com/xxxserxxx/gotop-nvidia $ go build -o gotop ./gotop.go -$ sudo cp gotop /usr/local/bin ``` +## Binaries + +In the releases section are all-inclusive binaries for Linux. These binaries have all extensions compiled into them: + +- [NVidia GPU support](https://github.com/xxxserxxx/gotop-nvidia) +- [Remote server monitoring](https://github.com/xxxserxxx/gotop-remote) +