branch: elpa/gptel
commit 6cba8b56cea555950a4d597fe2fcab94852b533c
Author: Henrik Ahlgren <pa...@seestieto.com>
Commit: GitHub <nore...@github.com>

    README: Clarify installation instructions (#732)
    
    With default Emacs configuration, latest stable (tagged) version of
    gptel is available for installation from NonGNU ELPA, so it is not the
    latest commit that will be installed if the user has not modified
    `package-archives'.
    
    README.org: Make it more clear how to install stable or latest commit
    and add "badge" for NonGNU-devel ELPA.
---
 README.org | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/README.org b/README.org
index 2ab1ddb093..a44f075839 100644
--- a/README.org
+++ b/README.org
@@ -1,6 +1,9 @@
 #+title: gptel: A simple LLM client for Emacs
 
-[[https://elpa.nongnu.org/nongnu/gptel.html][file:https://elpa.nongnu.org/nongnu/gptel.svg]]
 
[[https://stable.melpa.org/#/gptel][file:https://stable.melpa.org/packages/gptel-badge.svg]]
 [[https://melpa.org/#/gptel][file:https://melpa.org/packages/gptel-badge.svg]]
+[[https://elpa.nongnu.org/nongnu/gptel.html][file:https://elpa.nongnu.org/nongnu/gptel.svg]]
+[[https://elpa.nongnu.org/nongnu-devel/gptel.html][file:https://elpa.nongnu.org/nongnu-devel/gptel.svg]]
+[[https://stable.melpa.org/#/gptel][file:https://stable.melpa.org/packages/gptel-badge.svg]]
+[[https://melpa.org/#/gptel][file:https://melpa.org/packages/gptel-badge.svg]]
 
 gptel is a simple Large Language Model chat client for Emacs, with support for 
multiple models and backends.  It works in the spirit of Emacs, available at 
any time and uniformly in any buffer.
 
@@ -148,11 +151,9 @@ gptel uses Curl if available, but falls back to the 
built-in url-retrieve to wor
 
 ** Installation
 
-gptel can be installed in Emacs out of the box with =M-x package-install= ⏎ 
=gptel=.  This installs the latest commit.
-
-If you want the stable version instead, add NonGNU-devel ELPA or MELPA-stable 
to your list of package sources (=package-archives=), then install gptel with 
=M-x package-install⏎= =gptel= from these sources.
-
-(Optional: Install =markdown-mode=.)
+- *Release version*: =M-x package-install= ⏎ =gptel= in Emacs.
+- *Development snapshot*: Add MELPA or NonGNU-devel ELPA to your list of 
package sources, then install with =M-x package-install= ⏎ =gptel=.
+- *Optional:* Install =markdown-mode=.
 
 #+html: <details><summary>
 **** Straight

Reply via email to