branch: externals/cpupower
commit 40e5ece72305de623cd49406fa6e02b80c33a1bc
Merge: b3742b03bf b661a409c6
Author: smeister <smeis...@awstruepower.com>
Commit: smeister <smeis...@awstruepower.com>

    Merge branch 'with-readme'
---
 README.md | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 191e1b3822..7b955dfcf3 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,15 @@
 # cpupower-el
 
-An emacs lisp wrapper around `cpupower`
\ No newline at end of file
+An emacs lisp wrapper around `cpupower`
+
+I think you can use it like:
+```lisp
+(quelpa
+ '(cpupower :fetcher gitlab
+            :repo "steve-emacs-stuff/cpupower-el"
+            :branch "main"))
+(require 'cpupower)
+```
+
+Running `M-x cpupower-info` or `M-x cpupower-set-governor` will
+probably be what you want to do.

Reply via email to