mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-22 14:52:45 +01:00
535 B
535 B
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
.