From 2b897834732f969f73d5afa57d093dd5ba4b723d Mon Sep 17 00:00:00 2001 From: bakustarver <66978329+bakustarver@users.noreply.github.com> Date: Fri, 25 Oct 2024 22:31:37 +0300 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ed705da..ee6e912 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,13 @@ After installing the program you can run the game using an application - "RPG Ma wget -qO- "https://raw.githubusercontent.com/bakustarver/rpgmakermlinux-cicpoffs/main/installgithub.sh" | bash ``` + +## Custom path +If you want to change the default installation location, use the following command before installation +``` +echo "$HOME/somedirpath/" > "$HOME/.config/defrpgmakerlinuxpath.txt" +``` + ## Uninstall ``` wget -qO- "https://raw.githubusercontent.com/bakustarver/rpgmakermlinux-cicpoffs/main/uninstallgithub.sh" | bash