From 31db8aa1ba0d7aa915dcd091e0afa718169e23e3 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Thu, 22 Aug 2024 18:10:35 +0330 Subject: [PATCH] docs: Update README.md. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4235078..f897c65 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ - [Technologies - Libraries](#technologies---libraries) - [The Domain and Bounded Context - Service Boundary](#the-domain-and-bounded-context---service-boundary) - [Structure of Project](#structure-of-project) -- [Development Setup](#development_setup) - - [Dotnet Tool Packages](#dotnet_tool_packages) +- [Development Setup](#development-setup) + - [Dotnet Tools Packages](#dotnet-tools-packages) - [How to Run](#how-to-run) - [Config Certificate](#config-certificate) - [Docker Compose](#docker-compose) @@ -158,12 +158,12 @@ Using the CQRS pattern, we cut each business functionality into vertical slices, ## Development Setup -### Dotnet Tool Packages +### Dotnet Tools Packages For installing our requirement package with .NET cli tools, we need to install `dotnet tool manifest`. ```bash dotnet new tool-manifest ``` -And after that we can restore our dotnet tool packages with .NET cli tools from `.config` folder and `dotnet-tools.json` file. +And after that we can restore our dotnet tools packages with .NET cli tools from `.config` folder and `dotnet-tools.json` file. ``` dotnet tool restore ```