README: Update manual install instructions
This commit is contained in:
parent
1ab8a57183
commit
1c07a94e18
1 changed files with 6 additions and 10 deletions
16
README.org
16
README.org
|
@ -19,27 +19,23 @@ GPTel is on MELPA. Install it with =M-x package-install⏎= =gptel=.
|
||||||
|
|
||||||
(Optional: Install =markdown-mode=.)
|
(Optional: Install =markdown-mode=.)
|
||||||
|
|
||||||
*** Straight
|
**** Straight
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(straight-use-package 'gptel)
|
(straight-use-package 'gptel)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Installing the =markdown-mode= package is optional.
|
Installing the =markdown-mode= package is optional.
|
||||||
|
|
||||||
*** Manual
|
**** Manual
|
||||||
Clone this repository and load this file:
|
Clone or download this repository and run =M-x package-install-file⏎= on the repository directory.
|
||||||
#+begin_src emacs-lisp
|
|
||||||
(add-to-list 'load-path "/path/to/gptel/")
|
|
||||||
(require 'gptel)
|
|
||||||
#+end_src
|
|
||||||
|
|
||||||
Installing the =markdown-mode= package is optional.
|
Installing the =markdown-mode= package is optional.
|
||||||
|
|
||||||
*** Spacemacs
|
**** Spacemacs
|
||||||
After installation with =M-x package-install⏎= =gptel=
|
After installation with =M-x package-install⏎= =gptel=
|
||||||
|
|
||||||
Add =gptel= to =dotspacemacs-additional-packages=
|
- Add =gptel= to =dotspacemacs-additional-packages=
|
||||||
Add =(require 'gptel)= to =dotspacemacs/user-config=
|
- Add =(require 'gptel)= to =dotspacemacs/user-config=
|
||||||
|
|
||||||
** Usage
|
** Usage
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue