diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..ee36e16 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +### i915-watt + +This tool displays second-long samples of power usage of the Intel graphics card. + +``` +$ git clone https://git.zx2c4.com/i915-watt && cd i915-watt +$ make +$ sudo ./i915-watt +``` |