diff --git a/README.org b/README.org index 7e65d21..9486ff0 100644 --- a/README.org +++ b/README.org @@ -45,19 +45,25 @@ GPTel is on MELPA. Install it with =M-x package-install⏎= =gptel=. (Optional: Install =markdown-mode=.) +#+html:
**** Straight +#+html: #+begin_src emacs-lisp (straight-use-package 'gptel) #+end_src Installing the =markdown-mode= package is optional. - +#+html:
+#+html:
**** Manual +#+html: Clone or download this repository and run =M-x package-install-file⏎= on the repository directory. Installing the =markdown-mode= package is optional. - +#+html:
+#+html:
**** Doom Emacs +#+html: In =packages.el= #+begin_src emacs-lisp (package! gptel) @@ -69,12 +75,15 @@ In =config.el= :config (setq! gptel-api-key "your key")) #+end_src - +#+html:
+#+html:
**** Spacemacs +#+html: After installation with =M-x package-install⏎= =gptel= - Add =gptel= to =dotspacemacs-additional-packages= - Add =(require 'gptel)= to =dotspacemacs/user-config= +#+html:
** Usage