Skip to content

Commit 4869ebe

Browse files
committed
refactor: mv examples to bots and rename example bot
1 parent 461778d commit 4869ebe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,27 +223,27 @@ With Balatro running and the mod enabled, you can quickly test if everything is
223223

224224
``` sh
225225
cd %AppData%/Balatro/Mods/balatrobot
226-
uv run examples/my_first_bot.py.py
226+
uv run bots/example.py
227227
```
228228

229229
=== "MacOS"
230230

231231
``` sh
232232
cd "/Users/$USER/Library/Application Support/Balatro/Mods/balatrobot"
233-
uv run examples/my_first_bot.py.py
233+
uv run bots/example.py
234234
```
235235

236236
=== "Linux"
237237

238238
``` sh
239239
cd ~/.local/share/Steam/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro/Mods/balatrobot
240-
uv run examples/my_first_bot.py.py
240+
uv run bots/example.py
241241
```
242242

243243
!!! tip
244244

245245
You can also navigate to the `balatrobot` directory, activate the Python
246-
environment and run the bot with `python example/my_first_bot.py` if you prefer.
246+
environment and run the bot with `python bots/example.py` if you prefer.
247247
However, remember to always activate the virtual environment first.
248248

249249

0 commit comments

Comments
 (0)