From 8b71252da761dff733bfc21d5ee777ca5ecc3bda Mon Sep 17 00:00:00 2001 From: Jordan Fearnley Date: Sat, 22 Oct 2016 10:57:31 +0100 Subject: [PATCH 1/3] =?UTF-8?q?Slight=20simplification=20of=20the=20Upgrad?= =?UTF-8?q?ing=20Guide,=20I=20can't=20bring=20myself=20to=20provide=20less?= =?UTF-8?q?=20detail=20=C2=AF\=5F(=E3=83=84)=5F/=C2=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/guides/Upgrading Guide.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/guides/Upgrading Guide.md b/docs/guides/Upgrading Guide.md index b45c47fb..73b64810 100644 --- a/docs/guides/Upgrading Guide.md +++ b/docs/guides/Upgrading Guide.md @@ -1,10 +1,9 @@ ###Upgrading Nadeko from an older release -- Navigate to your old nadeko folder -- Follow the correct install process for your operating system, linked on the left hand side. Nadeko has some new dependencies, so make sure you get these as guided! -- For upgrading, you can use your old credentials file without any issues and most data can also be migrated -- Copy both the data folder and `credentials.json` from your old Nadeko installation, to the following folder -- `NadekoBot\src\NadekoBot` - This may ask if you want to overwrite some files, this is perfectly fine to do. +- Follow the Windows Guide/Linux Guide/OS X Guide linked on the left. +- Navigate to your old `Nadeko` folder and copy `credentials.json` and the `/data/` folder. +- Paste this into the new Nadeko's `/NadekoBot/src/NadekoBot/` folder. +- If it asks you to overwrite files, it is fine to do so. - Now launch the new Nadeko as the guide describes - it should now start. -- In any channel, run the `.migratedata` command - nadeko will now attempt to migrate your old data to nadeko's new storage system -- Your data should now have been migrated succesfully, restart nadeko and everything should be working as expected +- In any channel, run the `.migratedata` command - nadeko will now migrate your old data. +- Restart nadeko and everything should work as expected From 4b7244dda267e9f10fa93b0ca5a3f48ba42ea134 Mon Sep 17 00:00:00 2001 From: Jordan Fearnley Date: Sat, 22 Oct 2016 10:59:23 +0100 Subject: [PATCH 2/3] Even slighter simplification --- docs/guides/Upgrading Guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/Upgrading Guide.md b/docs/guides/Upgrading Guide.md index 73b64810..3ce11920 100644 --- a/docs/guides/Upgrading Guide.md +++ b/docs/guides/Upgrading Guide.md @@ -4,6 +4,6 @@ - Navigate to your old `Nadeko` folder and copy `credentials.json` and the `/data/` folder. - Paste this into the new Nadeko's `/NadekoBot/src/NadekoBot/` folder. - If it asks you to overwrite files, it is fine to do so. -- Now launch the new Nadeko as the guide describes - it should now start. +- Now launch the new Nadeko as the guide describes. - In any channel, run the `.migratedata` command - nadeko will now migrate your old data. -- Restart nadeko and everything should work as expected +- Restart nadeko and everything should work as expected! From 04f772a70e813723f096a2e7f0e4b9ecc5c64a86 Mon Sep 17 00:00:00 2001 From: Jordan Fearnley Date: Sat, 22 Oct 2016 11:02:08 +0100 Subject: [PATCH 3/3] Even slighter slighter simplification --- docs/guides/Upgrading Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/Upgrading Guide.md b/docs/guides/Upgrading Guide.md index 3ce11920..cf202e0a 100644 --- a/docs/guides/Upgrading Guide.md +++ b/docs/guides/Upgrading Guide.md @@ -4,6 +4,6 @@ - Navigate to your old `Nadeko` folder and copy `credentials.json` and the `/data/` folder. - Paste this into the new Nadeko's `/NadekoBot/src/NadekoBot/` folder. - If it asks you to overwrite files, it is fine to do so. -- Now launch the new Nadeko as the guide describes. +- Now launch new Nadeko as the guide describes. - In any channel, run the `.migratedata` command - nadeko will now migrate your old data. - Restart nadeko and everything should work as expected!