docs(getting-started): updates for linux installer and mac VS extensions

This commit is contained in:
Marin Bratanov 2020-09-16 12:20:21 +03:00
Родитель 9666fe5210
Коммит 1a9077a273
2 изменённых файлов: 11 добавлений и 3 удалений

Просмотреть файл

@ -72,8 +72,9 @@ You can reference the built-in Telerik assets from a cloud CDN instead of a loca
#vsx-download
You can get them from the:
* [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=TelerikInc.TelerikBlazorVSExtensions)
* [Telerik UI for Blazor automated installer]({%slug installation/msi%})
* [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=TelerikInc.TelerikBlazorVSExtensions) (for Windows)
* [Telerik UI for Blazor automated installer]({%slug installation/msi%}) (for Windows and Mac)
* Your [Telerik.com account](https://www.telerik.com/account/product-download?product=BLAZOR) - the `.mpack` file for VS for Mac
#end

Просмотреть файл

@ -15,7 +15,14 @@ This article explains what the automated install wizard does for Telerik UI for
While the most common way to install the Telerik UI for Blazor components is to use the [Telerik private NuGet feed]({%slug installation/nuget%}), you can also use a wizard installer, or a [zip archive]({%slug installation/zip%}).
There is an automated installer for Windows (`.msi`) and for Mac (`.pkg`).
There is an automated installer for:
* Windows (`.msi`)
* MacOS (`.pkg`)
* Linux (`.sh` + `.tar.gz`). Pass `-s <path to the archive>` when running the script. Other arguments are `-d` for the location where the archive will be extracted (defaults to `${HOME}/telerik-blazor"`) and `-SkipNETCoreInstall` to skip the installation of .NET Core (note that the framework is required).
The automated installer provides the following: