Skip to content

Commit 30cc213

Browse files
authored
Update README.md
1 parent aa2f331 commit 30cc213

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,15 @@ AMD Ryzen 7 7700, 1 CPU, 16 logical and 8 physical cores
5454
* .NET Standard 1.3+
5555

5656
## How do I use it?
57+
Install the `Nuget` package:
58+
59+
```powershell
60+
dotnet add package Celezt.Text.MutString --version 2.0.0
61+
```
62+
[Package](https://www.nuget.org/packages/Celezt.Text.MutString/)
63+
64+
Or reference the MutString.dll assembly that matches your app's platform.
65+
5766
### Creating `MutString`
5867

5968
```C#

0 commit comments

Comments
 (0)