From 966ced57d6bcffa33d174955a02f32bfca2ce1c1 Mon Sep 17 00:00:00 2001 From: Leon Hoppe Date: Fri, 31 Jan 2025 16:28:32 +0100 Subject: [PATCH] Added missing installation instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index bbd832b..02d5454 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,14 @@ configure it to their needs to implement it fully in their data management pipel ## Getting Started +### Installation + +Install the nuget package using the CLI or the UI of your IDE: + +```bash +dotnet add package HopFrame.Web +``` + ### Configuration Configuring HopFrame is straightforward and flexible. You can easily define your contexts, tables, and their properties using the provided configurators.