Skip to content

Commit 142ac56

Browse files
committed
Update README
1 parent 7628996 commit 142ac56

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,26 @@
11
![DeckSurf SDK Icon](images/logo-small.webp)
22

3-
# 🌊 DeckSurf SDK
3+
# 🌊 DeckSurf SDK for .NET
44

5-
_**Unofficial Software Development Kit for your Stream Deck.**_
5+
_**Unofficial Software Development Kit for your Stream Deck, built in C# for the .NET platform.**_
66

77
>[!NOTE]
88
>For the DeckSurf tooling (_CLI and plugins_), refer to the [DeckSurf repository](https://github.com/dend/DeckSurf).
99
10+
![NuGet Version](https://img.shields.io/nuget/v/DeckSurf.SDK)
11+
1012
## About
1113

1214
The DeckSurf SDK is used to manage Stream Deck devices and create plugins for [DeckSurf tools](https://github.com/dend/DeckSurf). It is completely independent of the Elgato software and/or libraries and can be used as a standalone library.
1315

16+
## Installation
17+
18+
You can use the SDK by installing it [from NuGet](https://www.nuget.org/packages/DeckSurf.SDK):
19+
20+
```powershell
21+
dotnet add package DeckSurf.SDK
22+
```
23+
1424
## Supported devices
1525

1626
Support for the following devices is implemented:

0 commit comments

Comments
 (0)