Skip to content

Commit 581435c

Browse files
committed
docs: adding install instructions for uv, and gitignore update for vscode
1 parent 12fc545 commit 581435c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ coverage.xml
99

1010
# Misc
1111
temp/
12+
13+
#IDE specific files
14+
.vscode/

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717

1818
## TLDR
1919

20+
0. Install `uv` on your system:
21+
22+
```bash
23+
brew install uv
24+
```
25+
2026
1. Install the workflow prompts as slash commands in all your [local AI tools](#supported-ai-tools):
2127

2228
```bash

0 commit comments

Comments
 (0)