From c26c9da315bfdcffa2f3ba7962adf8c10cb6b52d Mon Sep 17 00:00:00 2001 From: Marc Lopez Date: Thu, 22 May 2025 20:08:35 -0400 Subject: [PATCH 1/2] fix: inaccurate telerik-license.txt location for Windows users --- licensing/set-up-your-license.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/licensing/set-up-your-license.md b/licensing/set-up-your-license.md index 5e53e30..8ed329f 100644 --- a/licensing/set-up-your-license.md +++ b/licensing/set-up-your-license.md @@ -39,10 +39,14 @@ To activate the Telerik JustMock license: * Copy the [downloaded](#downloading-the-license-key) `telerik-license.txt` license key file to your home directory. This makes the license key available to all projects that you develop on your computer: - * For Windows: `%AppData%\Roaming\Telerik\telerik-license.txt`. + * For Windows: `%AppData%\Telerik\telerik-license.txt`. * For macOS/Linux: `${HOME}/.telerik/telerik-license.txt`. Before placing the `telerik-license.txt` file in your home directory, ensure the necessary folder structure exists. Create any required directories in your home folder if they do not already exist. + +> **Tip!** +> +>For Windows users, make sure the location of `telerik-license.txt` should look like `C:\Users\[Your Windows account name]\AppData\Roaming\Telerik` ## Updating Your License Key From 933ff21fb669b85c6a909c196593596507355df3 Mon Sep 17 00:00:00 2001 From: Marc Lopez Date: Sat, 24 May 2025 14:25:37 -0400 Subject: [PATCH 2/2] update: included the full path of "telerik-license.txt" in "Activating the Telerik JustMock License" section to reduce confusion Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- licensing/set-up-your-license.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/licensing/set-up-your-license.md b/licensing/set-up-your-license.md index 8ed329f..8e83d98 100644 --- a/licensing/set-up-your-license.md +++ b/licensing/set-up-your-license.md @@ -46,7 +46,7 @@ To activate the Telerik JustMock license: > **Tip!** > ->For Windows users, make sure the location of `telerik-license.txt` should look like `C:\Users\[Your Windows account name]\AppData\Roaming\Telerik` +>For Windows users, make sure the location of `telerik-license.txt` should look like `C:\Users\[Your Windows account name]\AppData\Roaming\Telerik\telerik-license.txt` ## Updating Your License Key