]> git.eshelyaron.com Git - kubed.git/commitdiff
Update installation instructions following inclusion in ELPA
authorEshel Yaron <me@eshelyaron.com>
Tue, 6 Aug 2024 10:47:36 +0000 (12:47 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 6 Aug 2024 10:47:36 +0000 (12:47 +0200)
* README.md (Getting Started)
* kubed.texi (Getting Started): Suggest installing from ELPA.

README.md
kubed.texi

index 429af2c28ec8f2fae7aa90d059e231592bf075c8..c939fde03049b9c516251dff1ebadd59d3d84daa 100644 (file)
--- a/README.md
+++ b/README.md
@@ -21,13 +21,17 @@ You can use Kubed to:
 
 # Getting Started
 
-Use your favorite Emacs package manager to install Kubed from Git.  You
-can clone the Kubed Git repository from any of the following locations:
+Get Kubed from GNU ELPA with `M-x package-install`, or use your
+favorite Emacs package manager to install Kubed from Git.  You can
+clone the Kubed Git repository from any of the following locations:
 
 - https://git.sr.ht/~eshel/kubed
 - https://github.com/eshelyaron/kubed.git
 - git://git.eshelyaron.com/kubed.git
 
-To get started with Kubed, all you need is `kubectl` and Emacs.  For
-information about usage and customization, see the Kubed manual in Info
-or online at https://eshelyaron.com/kubed.html
+To get started with Kubed, all you need is `kubectl` and Emacs.  Bind
+`kubed-prefix-map` to a convenient key (e.g. `C-c k` or `M-K`), or use
+`M-x kubed-transient` to explore some of the available commands.
+
+For more information about usage and customization, see the Kubed
+manual in Info or online at https://eshelyaron.com/kubed.html
index d5f3a4cb696a17aaeaee77d39375cd44ca2ab700..a542933d0d6c7366f5f0ac576c81477e8c24bf80 100644 (file)
@@ -86,8 +86,10 @@ behavior.
 @chapter Getting Started
 
 @cindex installation
-Use your favorite Emacs package manager to install Kubed from Git.  You
-can clone the Kubed Git repository from any of the following locations:
+
+Get Kubed from GNU ELPA with @kbd{M-x package-install}, or use your
+favorite Emacs package manager to install Kubed from Git.  You can
+clone the Kubed Git repository from any of the following locations:
 
 @itemize
 @item