From ab1398e1923868fd949906682b7687d6b09fd6c7 Mon Sep 17 00:00:00 2001 From: Mark Date: Mon, 30 Sep 2024 01:01:49 -0400 Subject: [PATCH] docs(readme): document cache --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea17920..c47c25d 100644 --- a/README.md +++ b/README.md @@ -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: