Skip to content

Commit

Permalink
docs(readme): document cache
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark authored Sep 30, 2024
1 parent 99f92f1 commit ab1398e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,20 @@ Press `Shift`+`R` to reload the game.

Press `Shift`+`D` to display the developer menu.

Clean the cache:
## Cache

Clear the cache:

```sh
find game -name "*.rpyc" -delete
```

Or open `Ren'Py Launcher` > `Force Recompile`:

```sh
renpy
```

## Lint

Lint the game:
Expand Down

0 comments on commit ab1398e

Please sign in to comment.