Skip to content

Commit

Permalink
Update installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kikipoulet authored Sep 2, 2024
1 parent 4733347 commit 3b3e56d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/docs/documentation/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<details>
<summary>Github Action Guide</summary>

1. Visit [SukiUI CI](https://github.com/kikipoulet/SukiUI/actions/workflows/build.yml)
2. Select the latest workflow
![](/getting-started/introduction-workflow.webp "workflow")
Expand All @@ -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.
:::
:::
</details>

0 comments on commit 3b3e56d

Please sign in to comment.