added migration.md from another PR
codespell / Check for spelling errors (pull_request) Has been cancelled Details
suyu-ci / Check REUSE Specification (pull_request) Has been cancelled Details

This commit is contained in:
chaphidoesstuff 2024-05-08 10:43:40 +02:00
parent 666d2667ae
commit 075743b48b
1 changed files with 17 additions and 0 deletions

17
MIGRATION.md Normal file
View File

@ -0,0 +1,17 @@
# Migrating from yuzu
When coming from yuzu, the migration is as easy as renaming some directories.
## Linux
```
$ mv ~/.local/share/yuzu ~/.local/share/suyu
$ mv ~/.config/yuzu ~/.config/suyu
```
Depending on your setup, you may want to substitute those base paths for `$XDG_DATA_HOME` and `$XDG_CONFIG_HOME` respectively.
There is also `~/.cache/yuzu`, which you can safely delete. Suyu will build a fresh cache in its own directory.
## Windows
Search `%APPDATA%` for the `yuzu` directories and simply rename those to `suyu`.