Skip to content

Commit a4a5769

Browse files
docs(common): update starting a trial instructions
1 parent d570328 commit a4a5769

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

_contentTemplates/common/get-started.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ You can also use the official VS 2019 installation and enable the .NET Core 3.0
4444

4545
Telerik UI for Blazor is distributed through our private NuGet feed.
4646

47-
Follow the [Setup the Telerik Private NuGet Feed]({%slug installation/nuget%}) article to set it up in case you don't have it already.
47+
@[template](/_contentTemplates/common/get-started.md#start-trial)
4848

49-
Visit the following link to activate access to the Blazor Preview so you can alter download the package: [https://www.telerik.com/download-trial-file/v2-b/ui-for-blazor](https://www.telerik.com/download-trial-file/v2-b/ui-for-blazor).
49+
Follow the [Setup the Telerik Private NuGet Feed]({%slug installation/nuget%}) article to set it up in case you don't have it already.
5050

5151
Once you have added the Telerik NuGet feed, continue with this tutorial.
5252
#end
@@ -66,14 +66,16 @@ If you don't have a Blazor project set up, first you need to create one:
6666
![Create new ASP.NET Core Web Application](images/create-new-application.jpg)
6767
#end
6868

69-
69+
#start-trial
70+
If you don't have an active license, [start a UI for Blazor trial](https://www.telerik.com/download-trial-file/v2-b/ui-for-blazor). You can delete the file this link will download.
71+
#end
7072

7173
#get-access
7274
To get access to the UI for Blazor components, follow these steps:
7375

74-
1. Activate a trial by visiting the following link: [https://www.telerik.com/download-trial-file/v2-b/ui-for-blazor](https://www.telerik.com/download-trial-file/v2-b/ui-for-blazor). This activates a UI for Blazor preview in your account and enables the [Telerik private NuGet feed](#add-the-telerik-nuget-feed-to-visual-studio) for you, so you can install our components. Make sure that you have configured [our NuGet feed](#add-the-telerik-nuget-feed-to-visual-studio).
76+
1. @[template](/_contentTemplates/common/get-started.md#start-trial)
7577

76-
1. Install the `Telerik.UI.for.Blazor` NuGet package to your Blazor project. If you do not see it in the `telerik.com` feed, wait for a about 20-30 minutes after activating the trial:
78+
1. Install the `Telerik.UI.for.Blazor` NuGet package to your Blazor project:
7779
#end
7880

7981

getting-started/client-blazor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For client-side Blazor, we recommend the usage of `Blazor (ASP.NET Hosted)` proj
4141

4242
![](images/manage-nuget-packages-for-client-app.png)
4343

44-
1. Choose the `telerik.com` feed, find the `Telerik.UI.for.Blazor` package and click `Install`:
44+
1. Choose the `telerik.com` feed, find the `Telerik.UI.for.Blazor` package and click `Install` (make sure to use the latest version):
4545

4646
![Add Telerik Blazor Package to Client Project](images/add-telerik-nuget-to-client-app.png)
4747

getting-started/server-blazor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To use Blazor server-side, you need to use the `Razor Components` type of projec
4141

4242
![](images/manage-nuget-packages-for-server-app.png)
4343

44-
1. Choose the `telerik.com` feed, find the `Telerik.UI.for.Blazor` package and click `Install`:
44+
1. Choose the `telerik.com` feed, find the `Telerik.UI.for.Blazor` package and click `Install` (make sure to use the latest version):
4545

4646
![Add Telerik Blazor Package to the project](images/add-telerik-nuget-to-server-app.png)
4747

0 commit comments

Comments
 (0)