Update README.md

This commit is contained in:
bakustarver 2024-10-25 22:31:37 +03:00 committed by GitHub
parent c247134d9a
commit 2b89783473
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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