diff --git a/docs/guides/Upgrading Guide.md b/docs/guides/Upgrading Guide.md index c0583088..c8289360 100644 --- a/docs/guides/Upgrading Guide.md +++ b/docs/guides/Upgrading Guide.md @@ -1,11 +1,10 @@ ##Upgrading Nadeko from an older release -**If you have NadekoBot 0.9x** +**If you have NadekoBot 1.x** - Follow the [Windows Guide](http://nadekobot.readthedocs.io/en/latest/guides/Windows%20Guide/)/[Linux Guide](http://nadekobot.readthedocs.io/en/latest/guides/Linux%20Guide/)/[OS X Guide](http://nadekobot.readthedocs.io/en/latest/guides/OSX%20Guide/) and install **NadekoBot 1.0**. - Navigate to your **old** `Nadeko` folder and copy `credentials.json` file and the `data` folder. -- Paste them into **NadekoBot 1.0** `/NadekoBot/src/NadekoBot/` folder. +- Paste credentials into **NadekoBot 1.4x+** `C:\Program Files\NadekoBot\system` folder. +- Paste your **old** `Nadeko` data folder into **NadekoBot 1.4x+** `C:\Program Files\NadekoBot\system` folder. - If it asks you to overwrite files, it is fine to do so. - Next launch your **new** Nadeko as the guide describes, if it is not already running. -- In any channel, run the `.migratedata` [command](http://nadekobot.readthedocs.io/en/latest/Commands%20List/) and Nadeko will start migrating your old data. -- Once that is done **restart** Nadeko and everything should work as expected!