Skip to content

Commit e74c7f0

Browse files
authored
Update README.md
1 parent e4d3c82 commit e74c7f0

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
@@ -22,6 +22,15 @@ A flexible navigation stack for Blazor. Easily manage complex page chains with a
2222
</table>
2323

2424
## Installation
25+
Add the nuget package in your Blazor project
26+
```
27+
> dotnet add package Blazor.NavigationStack
28+
29+
OR
30+
31+
PM> Install-Package Blazor.NavigationStack
32+
```
33+
*Nuget package page can be found [here](https://www.nuget.org/packages/Blazor.NavigationStack).*
2534
## Basic Usage
2635
### Obtaining INavigationStack
2736
All operations on the Blazor navigation stack can be done through INavigationStack interface.

0 commit comments

Comments
 (0)