diff --git a/Troubleshooting.md b/Troubleshooting.md index f14d523..ed5a65c 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -13,9 +13,12 @@ You can find the instructions to run DiscordChatExporter on [macOS here](https:/ You can find the instructions on how to schedule **DiscordChatExporter CLI** runs on [Windows here](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Scheduling-exports-on-Windows), on [macOS here](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Scheduling-exports-on-macOS), and on [Linux here](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Scheduling-exports-with-Mono-&-Crontab). ### It crashes/fails -Please check the version of your .NET Framework in 'Control Panel > Programs and Features' in Windows 7, 'Start > Settings > Apps > Apps & Features' in Windows 10 or [by following the instructions here](https://docs.microsoft.com/en-us/dotnet/framework/migration-guide/how-to-determine-which-versions-are-installed). +Please check the version of your .NET Framework:
+Windows 7 - 'Control Panel > Programs and Features'
+Windows 10 - 'Start > Settings > Apps > Apps & Features'
+Or [follow alternative instructions here](https://docs.microsoft.com/en-us/dotnet/framework/migration-guide/how-to-determine-which-versions-are-installed).
-If your **.NET is older than 4.6**, [please update](https://dotnet.microsoft.com/download/dotnet-framework). +If your **.NET is older than 4.6**, [please upgrade](https://dotnet.microsoft.com/download/dotnet-framework).
If your .**NET is up-to-date**, please check if the solution to your problem is on this page.