Add cached file path to README
This commit is contained in:
parent
eb508fb7cb
commit
a2150c4a78
1 changed files with 4 additions and 0 deletions
|
@ -29,5 +29,9 @@ You can configure osu!boot to your liking using environment variables.
|
|||
- `OSUBOOT_MAX_CACHE_TIME`: Maximum age of the cached `osu.AppImage` file in days
|
||||
- `OSUBOOT_DOWNLOAD_URL`: URL to download `osu.AppImage` from
|
||||
|
||||
## Troubleshooting
|
||||
### Removing the cached AppImage file
|
||||
To remove the cached `osu.AppImage` file, simply run `rm -rf ${HOME}/.cache/osu.AppImage`
|
||||
|
||||
## License
|
||||
osu!boot is licensed under the GNU Affero General Public License v3.
|
||||
|
|
Loading…
Reference in a new issue