emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/gptel 1c07a94e18 052/273: README: Update manual install in


From: ELPA Syncer
Subject: [nongnu] elpa/gptel 1c07a94e18 052/273: README: Update manual install instructions
Date: Wed, 1 May 2024 10:01:37 -0400 (EDT)

branch: elpa/gptel
commit 1c07a94e18a914ae69ea0061f81fda4bba29afd5
Author: Karthik Chikmagalur <karthikchikmagalur@gmail.com>
Commit: Karthik Chikmagalur <karthikchikmagalur@gmail.com>

    README: Update manual install instructions
---
 README.org | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/README.org b/README.org
index ee4b4e3299..18f183ce06 100644
--- a/README.org
+++ b/README.org
@@ -19,27 +19,23 @@ GPTel is on MELPA. Install it with =M-x package-install⏎= 
=gptel=.
 
 (Optional: Install =markdown-mode=.)
 
-*** Straight
+**** Straight
 #+begin_src emacs-lisp
   (straight-use-package 'gptel)
 #+end_src
 
 Installing the =markdown-mode= package is optional.
 
-*** Manual
-Clone this repository and load this file:
-#+begin_src emacs-lisp
-(add-to-list 'load-path "/path/to/gptel/")
-(require 'gptel)
-#+end_src
+**** Manual
+Clone or download this repository and run =M-x package-install-file⏎= on the 
repository directory.
 
 Installing the =markdown-mode= package is optional.
 
-*** Spacemacs
+**** Spacemacs
 After installation with =M-x package-install⏎= =gptel=
 
-Add =gptel= to =dotspacemacs-additional-packages=
-Add =(require 'gptel)= to =dotspacemacs/user-config=
+- Add =gptel= to =dotspacemacs-additional-packages=
+- Add =(require 'gptel)= to =dotspacemacs/user-config=
 
 ** Usage
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]