diff --git a/BlazorApp/Components/Pages/Sdk.razor b/BlazorApp/Components/Pages/Sdk.razor index d7f6999..ee282ca 100644 --- a/BlazorApp/Components/Pages/Sdk.razor +++ b/BlazorApp/Components/Pages/Sdk.razor @@ -20,15 +20,8 @@
  1. - Download the templates (see downloads below) -
  2. -
  3. - Extract the templates to a directory of your choice -
  4. -
  5. - Install the templates -
    dotnet new install ./path/to/SilverSHELL.Starter.Template -dotnet new install ./path/to/SilverSHELL.AppModule.Template
    + Install the templates from NuGet +
    dotnet new install SilverLabs.SilverSHELL.Templates
  6. Create your first project @@ -44,27 +37,18 @@ dotnet run
    -

    📦 Downloads

    -

    Download the SilverSHELL project templates to get started:

    +

    📦 Templates Package

    +

    Install the SilverSHELL templates package from NuGet:

    -

    Starter Template

    -

    Create a new SilverSHELL application with minimal configuration

    -

    Size: 6.7 KB

    -

    Includes: Blazor WebAssembly setup, module loading, PWA support

    - - Download Starter Template - -
    - -