mirror of https://github.com/dapr/docs.git
update with dotnet run example.
This commit is contained in:
parent
fc2dbda005
commit
f7abcf72d3
|
@ -17,6 +17,12 @@ dapr run [flags] [command]
|
|||
|
||||
## Examples
|
||||
|
||||
### Run a .NET application
|
||||
|
||||
```bash
|
||||
dapr run --app-id myapp --app-port 5000 -- dotnet run
|
||||
```
|
||||
|
||||
### Run a Java application
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in New Issue