Skip to content

Commit 1c242d7

Browse files
committed
readme. with nuget
1 parent 084ea0a commit 1c242d7

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,23 @@ Utilizamos um `DiscNetContainer` interno para gerenciar dependências. Isso gara
2525

2626
---
2727

28+
## Instalação via NuGet
29+
30+
Instale o pacote principal:
31+
32+
```bash
33+
dotnet add package Disc.NET
34+
```
35+
36+
Se precisar instalar os módulos separadamente:
37+
38+
```bash
39+
dotnet add package Disc.NET.Client.SDK
40+
dotnet add package Disc.NET.Commands
41+
```
42+
43+
---
44+
2845
## Exemplo de Uso (Experimental)
2946

3047
```csharp

0 commit comments

Comments
 (0)