From 075743b48b2ad29e37eae48018e616ddf2bac115 Mon Sep 17 00:00:00 2001 From: chaphidoesstuff Date: Wed, 8 May 2024 10:43:40 +0200 Subject: [PATCH] added migration.md from another PR --- MIGRATION.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 MIGRATION.md diff --git a/MIGRATION.md b/MIGRATION.md new file mode 100644 index 0000000000..19fe971ec8 --- /dev/null +++ b/MIGRATION.md @@ -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`. \ No newline at end of file