We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f16af commit dfacb12Copy full SHA for dfacb12
misc/ai/_init
@@ -2,7 +2,8 @@
2
source ${0:A:h}/../../deploy
3
4
install() {
5
- brew install aider
+ # https://aider.chat/docs/install.html
6
+ curl -LsSf https://aider.chat/install.sh | sh
7
}
8
9
# update() {}
0 commit comments