You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,8 @@ see the current [TODO.md](TODO.md) for what is in the works.
24
24
- RattleBrain uses [Rattletrap](https://github.com/tfausak/rattletrap) to parse replay files. It will be automatically downloaded if not detected, or you can install it before proceeding:
25
25
```bash
26
26
brew install rattletrap # macOS
27
-
# or download from the official repository for your OS. e.g. https://github.com/tfausak/rattletrap/releases/download/14.0.0/rattletrap-14.0.0-linux-x64.tar.gz
27
+
# or download from the official repository for your OS.
28
+
# e.g. https://github.com/tfausak/rattletrap/releases/download/14.0.0/rattletrap-14.0.0-linux-x64.tar.gz
28
29
```
29
30
2. Obtain API Keys:
30
31
- Get API keys for the AI services you'd like to use (e.g., OpenAI, Claude).
0 commit comments