mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-23 21:26:48 +08:00
docs: Update README.md.
This commit is contained in:
parent
aa112bceb9
commit
31db8aa1ba
@ -24,8 +24,8 @@
|
|||||||
- [Technologies - Libraries](#technologies---libraries)
|
- [Technologies - Libraries](#technologies---libraries)
|
||||||
- [The Domain and Bounded Context - Service Boundary](#the-domain-and-bounded-context---service-boundary)
|
- [The Domain and Bounded Context - Service Boundary](#the-domain-and-bounded-context---service-boundary)
|
||||||
- [Structure of Project](#structure-of-project)
|
- [Structure of Project](#structure-of-project)
|
||||||
- [Development Setup](#development_setup)
|
- [Development Setup](#development-setup)
|
||||||
- [Dotnet Tool Packages](#dotnet_tool_packages)
|
- [Dotnet Tools Packages](#dotnet-tools-packages)
|
||||||
- [How to Run](#how-to-run)
|
- [How to Run](#how-to-run)
|
||||||
- [Config Certificate](#config-certificate)
|
- [Config Certificate](#config-certificate)
|
||||||
- [Docker Compose](#docker-compose)
|
- [Docker Compose](#docker-compose)
|
||||||
@ -158,12 +158,12 @@ Using the CQRS pattern, we cut each business functionality into vertical slices,
|
|||||||
|
|
||||||
## Development Setup
|
## Development Setup
|
||||||
|
|
||||||
### Dotnet Tool Packages
|
### Dotnet Tools Packages
|
||||||
For installing our requirement package with .NET cli tools, we need to install `dotnet tool manifest`.
|
For installing our requirement package with .NET cli tools, we need to install `dotnet tool manifest`.
|
||||||
```bash
|
```bash
|
||||||
dotnet new tool-manifest
|
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
|
dotnet tool restore
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user