14 lines
130 B
Markdown
14 lines
130 B
Markdown
# Running this sample
|
|
|
|
## -1- Install the dependencies
|
|
|
|
```bash
|
|
dotnet restore
|
|
```
|
|
|
|
## -3- Run the sample
|
|
|
|
```bash
|
|
dotnet run
|
|
```
|