diff --git a/docs/docs/documentation/getting-started/installation.md b/docs/docs/documentation/getting-started/installation.md index 8d4b8c98e..7105db360 100644 --- a/docs/docs/documentation/getting-started/installation.md +++ b/docs/docs/documentation/getting-started/installation.md @@ -30,12 +30,17 @@ The Nuget installation is suitable for most users, but if you want to use the la dotnet add package SukiUI --version 6.0.0 ``` +You're done ! + ::: tip Visit [SukiUI on Nuget](https://www.nuget.org/packages/SukiUI) for more information ::: ### Via Github Action +
+ Github Action Guide + 1. Visit [SukiUI CI](https://github.com/kikipoulet/SukiUI/actions/workflows/build.yml) 2. Select the latest workflow ![](/getting-started/introduction-workflow.webp "workflow") @@ -56,4 +61,5 @@ The package list should be: ![](/getting-started/introduction-final-package-list.webp "package list") If installed by referencing `.dll`, there should be a `System.Reactive` here. -::: \ No newline at end of file +::: +