Skip to content

Commit 2254027

Browse files
committed
docs: Add NuGet installation instructions to README
1 parent 636e5e8 commit 2254027

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ A simple DataGrid for WPF that supports pagination, filtering, and searching.
88
* **Filtering:** Filter data based on custom criteria.
99
* **Searching:** Search for data using strings or wildcards.
1010

11+
## Installation
12+
13+
You can install the `SimpleDataGrid` NuGet package using either the .NET CLI or the NuGet Package Manager.
14+
15+
### .NET CLI
16+
17+
```bash
18+
dotnet add package SimpleDataGrid
19+
```
20+
21+
### NuGet Package Manager
22+
23+
```powershell
24+
Install-Package SimpleDataGrid
25+
```
26+
1127
## Usage
1228

1329
1. Install the `SimpleDataGrid` NuGet package.

0 commit comments

Comments
 (0)