Skip to content

Commit d30cdf2

Browse files
committed
misc/ai: fix install
1 parent f3e2213 commit d30cdf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/ai/_init

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ install() {
55
# https://aider.chat/docs/install.html
66
brew install uv
77
uv tool install --force --python python3.12 aider-chat@latest
8-
uv tool run --from pip pip install boto3
8+
uv tool run --from aider-chat pip install boto3
99
}
1010

1111
# update() {}

0 commit comments

Comments
 (0)