branch: elpa/aidermacs commit 77ca013a99ee1f8306db5517d0d9d9de7fd99ed5 Author: tninja <tni...@gmail.com> Commit: tninja <tni...@gmail.com>
docs: improve package-vc-install installation instructions --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index c654ae4247..9139276722 100644 --- a/README.org +++ b/README.org @@ -54,7 +54,7 @@ If you have Straight installed *** With [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Fetching-Package-Sources.html#:~:text=One%20way%20to%20do%20this,just%20like%20any%20other%20package.][package-vc-install]] (emacs built-in) Install Aider.el by running the following code within Emacs -But in this way, you'll need to manually install the required packages, such as [[https://github.com/magit/transient][Transient]], [[https://github.com/magit/magit][Magit]], and helm. +You'll need to manually install the required packages, such as [[https://github.com/magit/transient][Transient]], [[https://github.com/magit/magit][Magit]], and helm. #+BEGIN_SRC emacs-lisp (package-vc-install '(aider :url "https://github.com/tninja/aider.el")) #+END_SRC