Skip to content

Commit c197626

Browse files
committed
address comments
1 parent c6965bb commit c197626

File tree

1 file changed

+11
-26
lines changed

1 file changed

+11
-26
lines changed

installation/licensing/set-up-your-license.md

Lines changed: 11 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -36,26 +36,16 @@ To install your license key by using the [Telerik UI for .NET MAUI Visual Studio
3636

3737
### Installing a License Key with the VS Code Extensions
3838

39-
To install your license key by using the [Telerik UI for .NET MAUI Visual Studio Code extensions]({%slug getting-started-vs-code-integration-overview%}):
39+
To install your license key by using the [Telerik UI for .NET MAUI Visual Studio Code extensions menu]({%slug getting-started-vs-code-integration-overview%}):
4040

41-
1. Open Visual Studio Code and use one of the following approaches:
42-
* Click the **Telerik Extensions Information** icon in the Visual Studio Code activity bar.
41+
1. Open Visual Studio Code
42+
1. Open the Visual Studio Code extensions menu:
43+
* `Ctrl+Shift+P` on Windows/Linux
44+
* `Cmd+Shift+P` on Mac.
4345

44-
1. Click on the **Telerik Extensions Information** icon
45-
2. Select **MAUI** tab
46-
3. Click **Create New Project**.
47-
4. The **Telerik UI for .NET MAUI Template Wizard** opens
48-
49-
* From the Visual Studio Code Extensions menu
50-
51-
1. To open the menu, use:
52-
* `Ctrl+Shift+P` on Windows/Linux
53-
* `Cmd+Shift+P` on Mac.
54-
55-
2. Select **Telerik UI for .NET MAUI Template Wizard: Launch** from the menu and press **Enter**.
56-
3. The **Telerik UI for .NET MAUI Template Wizard** opens
57-
58-
2. Check the **TELERIK ACCOUNT DETAILS** field in the wizard and press the **Download License Key File** button.
46+
1. Select **Telerik UI for .NET MAUI Template Wizard: Launch** from the menu and press **Enter**.
47+
1. The **Telerik UI for .NET MAUI Template Wizard** opens.
48+
1. Check the **TELERIK ACCOUNT DETAILS** field in the wizard and press the **Download License Key File** button.
5949

6050
![.NET MAUI VS Extension License Key](./images/telerik-vs-code-extension.png)
6151

@@ -76,17 +66,12 @@ To manually download and install a license key for Telerik UI for .NET MAUI:
7666

7767
![Download a Telerik UI for .NET MAUI License Key](./images/download-license-key.png)
7868

79-
### Activating the Telerik UI for .NET MAUI Components
80-
81-
To activate the Telerik UI for .NET MAUI controls:
82-
83-
* Copy the [downloaded](#manual-license-key-installation) `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:
69+
1. Copy the [downloaded](#manual-license-key-installation) `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:
8470

85-
* For Windows: `%AppData%\Telerik\telerik-license.txt`.
86-
* 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.
71+
* 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.
8772
* For Mac/Linux: `~/.telerik/telerik-license.txt`. If `.telerik` folder does not exist, create such, and paste the `telerik-license.txt` file in it.
8873

89-
* 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.
74+
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.
9075

9176
When you build the project, the `Telerik.Licensing` NuGet package automatically locates the license file and uses it to activate the MAUI controls.
9277

0 commit comments

Comments
 (0)