forked from suyu/suyu
Add MIGRATION.md
This commit is contained in:
parent
dfb9f06e5c
commit
90e6d52121
1 changed files with 17 additions and 0 deletions
17
MIGRATION.md
Normal file
17
MIGRATION.md
Normal 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`.
|
Loading…
Reference in a new issue