branch: elpa/aidermacs commit 38aa5bfa5c5a66664abb5bb9cd7f191d1ac3d915 Author: Christian Stewart <christ...@aperture.us> Commit: Matthew Zeng <matthew...@posteo.net>
readme: add back steps 4 and 5 to getting started Signed-off-by: Christian Stewart <christ...@aperture.us> --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b9ea85ceb..a088d2c1e1 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Here's what the community is saying about Aidermacs: - [Aider](https://aider.chat/docs/install.html) - [Transient](https://github.com/magit/transient) 2. Download Aidermacs through [Melpa](https://melpa.org/#/aidermacs) or [Non-GNU Elpa](https://elpa.nongnu.org/nongnu/aidermacs.html), or clone manually -2. Modify this **sample config** and place it in your Emacs `init.el`: +3. Modify this **sample config** and place it in your Emacs `init.el`: ```emacs-lisp (use-package aidermacs :bind (("C-c a" . aidermacs-transient-menu)) @@ -58,6 +58,8 @@ Here's what the community is saying about Aidermacs: (aidermacs-use-architect-mode t) (aidermacs-default-model "sonnet")) ``` +4. Open a project and run `M-x aidermacs-transient-menu` or `SPC a a` (or your chosen binding). +5. Add files and start coding with AI! ### Spacemacs