diff --git a/README.md b/README.md index 6d2d46f..1e8b8c1 100644 --- a/README.md +++ b/README.md @@ -51,12 +51,18 @@ Launch the project: renpy . ``` -Or open `Ren'Py Launcher`: +Or open the `Ren'Py Launcher`: ```sh renpy ``` +Clean the cache: + +```sh +find game -name "*.rpyc" -delete +``` + ## License [MIT](LICENSE)