branch: elpa/gptel
commit f0eba0cf4fb88c24217f89d8ed9beb92d8acf82d
Author: Karthik Chikmagalur <[email protected]>
Commit: Karthik Chikmagalur <[email protected]>

    README: Update README for MELPA
---
 README.org | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/README.org b/README.org
index ea8730dcb1..dd88571c05 100644
--- a/README.org
+++ b/README.org
@@ -13,14 +13,13 @@ GPTel is a simple, no-frills ChatGPT client for Emacs.
 
 ** Installation
 
-*** Package.el
-Clone this repository and run =M-x package-install-file=.
+GPTel is on MELPA. Install it with =M-x package-installāŽ= =gptel=.
 
-Installing the =markdown-mode= package is optional.
+(Optional: Install =markdown-mode=.)
 
 *** Straight
 #+begin_src emacs-lisp
-  (straight-use-package '(gptel :host github :repo "karthink/gptel"))
+  (straight-use-package 'gptel)
 #+end_src
 
 Installing the =markdown-mode= package is optional.
@@ -56,11 +55,11 @@ The default mode is =markdown-mode= if available, else 
=text-mode=.  You can set
 
 *** In any buffer:
 
-Select a region of text, call =M-x gptel-send=.
-
-The response will be inserted below your region.  You can select both the 
original prompt and the resposne and call =M-x gptel-send= again to continue 
the conversation.
+1. Select a region of text and call =M-x gptel-send=. The response will be 
inserted below your region.
+   
+2. You can select both the original prompt and the response and call =M-x 
gptel-send= again to continue the conversation.
 
-You can select a region and start a dedicated session, or set chat parameters 
by calling =M-x gptel-send= with a prefix-arg:
+3. Call =M-x gptel-send= with a prefix argument to set chat parameters, or to 
start a dedicated session from the selected region:
 
 
[[https://user-images.githubusercontent.com/8607532/224949877-08c44cb4-7bff-4ffc-963a-16fef7a4271f.png]]
 

Reply via email to