Skip to content

Commit

Permalink
docs: remove System.Reactive requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraZiling committed Oct 3, 2024
1 parent 62537ca commit 7cf1976
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions docs/docs/documentation/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,9 @@ Visit [SukiUI on Nuget](https://www.nuget.org/packages/SukiUI) for more informat

5. Select `SukiUI.dll` you downloaded

6. Add a Nuget package `System.Reactive`

::: tip
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>
4 changes: 0 additions & 4 deletions docs/docs/zh/documentation/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,8 @@ dotnet add package SukiUI --version 6.0.0

5. 选择刚刚下载的 `SukiUI.dll` 并添加

6. 添加 Nuget 包 `System.Reactive`

::: tip
最终,你的包列表应为:

![](/getting-started/introduction-final-package-list.webp "package list")

如果你是以引用`dll`的方式安装的,此处应有 `System.Reactive`
:::

0 comments on commit 7cf1976

Please sign in to comment.