branch: elpa/aidermacs commit cb22883ccce6df7df561a0d38bf6cc460a9e13b3 Author: Kang Tu (aider) <kang...@apple.com> Commit: Kang Tu (aider) <kang...@apple.com>
docs: add use-package and straight installation instructions to the Installation section --- README.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.org b/README.org index 005711e12d..3f5bca5b39 100644 --- a/README.org +++ b/README.org @@ -6,6 +6,14 @@ The Aider package provides an interactive interface to communicate with https:// * Installation To install the Aider package, add the following to your Emacs configuration: +Using `use-package` with `straight`: + +#+BEGIN_SRC emacs-lisp +(straight-use-package 'aider) +#+END_SRC + +You can also install the Aider package directly from MELPA by running the following command in Emacs: + #+BEGIN_SRC emacs-lisp (require 'aider) #+END_SRC