Added missing installation instructions

This commit is contained in:
2025-01-31 16:28:32 +01:00
parent ec3ab67cb9
commit 966ced57d6

View File

@@ -16,6 +16,14 @@ configure it to their needs to implement it fully in their data management pipel
## Getting Started ## Getting Started
### Installation
Install the nuget package using the CLI or the UI of your IDE:
```bash
dotnet add package HopFrame.Web
```
### Configuration ### Configuration
Configuring HopFrame is straightforward and flexible. You can easily define your contexts, tables, and their properties using the provided configurators. Configuring HopFrame is straightforward and flexible. You can easily define your contexts, tables, and their properties using the provided configurators.