README: Update README for MELPA
This commit is contained in:
parent
9f8a984729
commit
f0eba0cf4f
1 changed files with 7 additions and 8 deletions
13
README.org
13
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=.
|
||||
1. Select a region of text and call =M-x gptel-send=. The response will be inserted below your region.
|
||||
|
||||
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.
|
||||
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]]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue