diff --git a/docs/guides/howto_download_latest_qdt_exe.md b/docs/guides/howto_download_latest_qdt_exe.md index 45348b02..550839f9 100644 --- a/docs/guides/howto_download_latest_qdt_exe.md +++ b/docs/guides/howto_download_latest_qdt_exe.md @@ -1,11 +1,11 @@ -# How to dwonload the latest QDT's version +# How to download the latest QDT's version -QDT comes with an upgrade command that check if a new version has been released in comparison with the used on, read the changelog and download the newest version: see [command-line usage](../usage/cli.md#upgrade-\(auto-update,-update\)). +QDT comes with an upgrade command that check if a new version has been released in comparison with the used on, read the changelog and download the newest version: see [command-line usage](../usage/cli.md#upgrade-options). Sometimes a system script fits better to usage, use-case or IT policy. We give below an example in PowerShell for Windows. :::{info} -This script is a sample et might be not adapted to your environment or your IT policy. If you intend to use it in production, take time to review it before. If you improve or fix it, please share it. +This script is a sample and might not comply with your environment and/or IT policy. If you intend to use it in production, take time to review it before. If you improve or fix it, please share it. ::: ```{eval-rst}