summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index bd2e06a..a4e62a4 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,7 @@
-go build -buildmode=plugin -o nvidia.so .
+# gotop NVidia extension
+
+Provides NVidia GPU data to gotop
+
+## Configuration
+
+The refresh rate of NVidia data is controlled by the `nvidia-refresh` parameter in the configuration file. This is a Go `time.Duration` format, for example `2s`, `500ms`, `1m`, etc.