From 564b0ac5c6ce57f194b072542fe4b25f8ca06210 Mon Sep 17 00:00:00 2001 From: Lance McCarthy Date: Tue, 1 Jul 2025 08:43:12 -0400 Subject: [PATCH] Update set-up-your-license.md --- installation/licensing/set-up-your-license.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installation/licensing/set-up-your-license.md b/installation/licensing/set-up-your-license.md index a4c03271c..a85fcfb12 100644 --- a/installation/licensing/set-up-your-license.md +++ b/installation/licensing/set-up-your-license.md @@ -31,7 +31,8 @@ To activate the Telerik UI for .NET MAUI controls: * 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`. An example of a full path to the `telerik-license.txt` file location: `C:\Users\your-username\AppData\Roaming\Telerik\telerik-license.txt` + * For Windows: `%AppData%\Telerik\telerik-license.txt`. + * For the standard Windows user, that path resolves to `C:\Users\[windows_username]\AppData\Roaming\Telerik\telerik-license.txt`, it can resolve differently for service accounts. * For Mac/Linux: `~/.telerik/telerik-license.txt`. If `.telerik` folder does not exist, create such, and paste the `telerik-license.txt` file in it. * Alternatively, copy the `telerik-license.txt` license key file to the root folder of your project. This makes the license key available only to this project. Do not commit the file to source control as this is your personal license key.